Changeset 4790

Show
Ignore:
Timestamp:
08/22/08 09:14:33 (11 months ago)
Author:
romanb
Message:

Fixed nestedset object comparison issue reported on the forums.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Node.php

    r4700 r4790  
    9494            } 
    9595        } 
    96         if ($thisTable != $table) { 
     96        if ($thisTable !== $table) { 
    9797            $this->_tree = $table->getTree(); 
    9898        } else {