Removed an echo statement of an undefined variable. Possibly a remainder of some debug output.
This commit is contained in:
parent
99edf66af4
commit
3d8ff310c1
@ -84,7 +84,6 @@ class Doctrine_Node_NestedSet_PreOrderIterator implements Iterator
|
|||||||
$this->level = $record->getNode()->getLevel();
|
$this->level = $record->getNode()->getLevel();
|
||||||
$this->prevLeft = $record->getNode()->getLeftValue();
|
$this->prevLeft = $record->getNode()->getLeftValue();
|
||||||
|
|
||||||
echo $this->maxDepth;
|
|
||||||
// clear the table identity cache
|
// clear the table identity cache
|
||||||
$record->getTable()->clear();
|
$record->getTable()->clear();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user