Commit ef7f3c2b authored by zYne's avatar zYne

fixes #293

parent 3c3408a9
......@@ -95,7 +95,11 @@ abstract class Doctrine_Configurable
break;
case Doctrine::ATTR_CREATE_TABLES:
$attribute = Doctrine::ATTR_EXPORT;
if ($value) {
$value = Doctrine::EXPORT_ALL;
} else {
$value = Doctrine::EXPORT_NONE;
}
break;
case Doctrine::ATTR_ACCESSORS:
$accessors = array('none','get','set','both');
......
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