Commit 3aa99182 authored by wolfpakz's avatar wolfpakz

- Fixed problem with Nested Set table definition not happening in time for...

- Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet.
parent 7e2669d1
......@@ -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();
}
}
\ No newline at end of file
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