From 4dcf34e11ef94eb86004dfba2167035b1701285e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 25 Feb 2011 16:43:04 +0800 Subject: [PATCH] DataObjects/Person.php --- DataObjects/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Person.php b/DataObjects/Person.php index 592a1a13..82128ef3 100644 --- a/DataObjects/Person.php +++ b/DataObjects/Person.php @@ -457,7 +457,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject if (!empty($q['query']['project_member_of'])) { // this is also a flag to return if they are a member.. DB_DataObject::debugLevel(1); - $do = DB_DataObject::Factory('ProjectDirectory'); + $do = DB_DataObject::factory('ProjectDirectory'); $this->joinAdd('LEFT', $do); $this->selectAdd('ProjectDirectory.id as is_member'); -- 2.39.2