Fixed an issue with the NestedSet where the baseAlias was not reset properly under some circumstances.
This commit is contained in:
parent
a4795d6300
commit
187c194bbd
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user