- Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet.
This commit is contained in:
parent
7e2669d1bd
commit
3aa991821b
@ -44,4 +44,9 @@ class Doctrine_Template_NestedSet extends Doctrine_Template
|
||||
$this->_table->setOption('treeOptions', $this->_options);
|
||||
$this->_table->setOption('treeImpl', 'NestedSet');
|
||||
}
|
||||
|
||||
public function setTableDefinition()
|
||||
{
|
||||
$this->_table->getTree()->setTableDefinition();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user