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
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ class Doctrine_Tree_NestedSet extends Doctrine_Tree implements Doctrine_Tree_Int
|
||||||
*/
|
*/
|
||||||
public function resetBaseQuery()
|
public function resetBaseQuery()
|
||||||
{
|
{
|
||||||
$this->_baseQuery = null;
|
$this->_baseQuery = $this->_createBaseQuery();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue