diff --git a/lib/Doctrine/Template/NestedSet.php b/lib/Doctrine/Template/NestedSet.php index 346bc120a..630efa810 100644 --- a/lib/Doctrine/Template/NestedSet.php +++ b/lib/Doctrine/Template/NestedSet.php @@ -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