Commit 187c194b authored by romanb's avatar romanb

Fixed an issue with the NestedSet where the baseAlias was not reset properly...

Fixed an issue with the NestedSet where the baseAlias was not reset properly under some circumstances.
parent a4795d63
......@@ -316,7 +316,7 @@ class Doctrine_Tree_NestedSet extends Doctrine_Tree implements Doctrine_Tree_Int
*/
public function resetBaseQuery()
{
$this->_baseQuery = null;
$this->_baseQuery = $this->_createBaseQuery();
}
/**
......
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