Commit e33130b8 authored by Jonathan.Wage's avatar Jonathan.Wage

Fix for coding standards.

parent 07bacdfe
......@@ -45,8 +45,9 @@ class Doctrine_Tree_NestedSet extends Doctrine_Tree implements Doctrine_Tree_Int
{
// set default many root attributes
$options['hasManyRoots'] = isset($options['hasManyRoots']) ? $options['hasManyRoots'] : false;
if ($options['hasManyRoots'])
if ($options['hasManyRoots']) {
$options['rootColumnName'] = isset($options['rootColumnName']) ? $options['rootColumnName'] : 'root_id';
}
parent::__construct($table, $options);
}
......
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