Fixes to options for builder.
This commit is contained in:
parent
53413e53a0
commit
6f07c2b100
@ -83,7 +83,9 @@ class Doctrine_Import_Schema
|
||||
*/
|
||||
public function setOptions($options)
|
||||
{
|
||||
$this->_options = $options;
|
||||
if (!empty($options)) {
|
||||
$this->_options = $options;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user