Changeset 4790
- Timestamp:
- 08/22/08 09:14:33 (11 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Node.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Node.php
r4700 r4790 94 94 } 95 95 } 96 if ($thisTable != $table) {96 if ($thisTable !== $table) { 97 97 $this->_tree = $table->getTree(); 98 98 } else {