Commit 6f07c2b1 authored by Jonathan.Wage's avatar Jonathan.Wage

Fixes to options for builder.

parent 53413e53
......@@ -83,7 +83,9 @@ class Doctrine_Import_Schema
*/
public function setOptions($options)
{
$this->_options = $options;
if (!empty($options)) {
$this->_options = $options;
}
}
/**
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment