DataObjects/ProjectDirectory.php
authorAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 08:45:52 +0000 (16:45 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 08:45:52 +0000 (16:45 +0800)
DataObjects/ProjectDirectory.php

index 50c059c..4df19fd 100644 (file)
@@ -105,7 +105,7 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject
         
         if ($this->id && 
             ($this->project_id == $roo->old->project_id) &&
-            ($this->person_id == $roo->old->person_id) &&
+            ($this->person_id  == $roo->old->person_id) &&
             ($this->company_id == $roo->old->company_id) )
         {
             return true;