From c1714ac7f7efd07af214ad108ac7ec6478494cd7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 11 Dec 2011 16:45:52 +0800 Subject: [PATCH] DataObjects/ProjectDirectory.php --- DataObjects/ProjectDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2