X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FProjectDirectory.php;h=4df19fd75f720df32cac2b740962887ffe6cd1e8;hp=50c059c300597dff391d289737e69a6f77908752;hb=c1714ac7f7efd07af214ad108ac7ec6478494cd7;hpb=cf8ffdfca646b0e2f756316d201e5428ea9fa09d diff --git a/DataObjects/ProjectDirectory.php b/DataObjects/ProjectDirectory.php index 50c059c3..4df19fd7 100644 --- a/DataObjects/ProjectDirectory.php +++ b/DataObjects/ProjectDirectory.php @@ -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;