Fixes to options for builder.
This commit is contained in:
parent
53413e53a0
commit
6f07c2b100
2 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue