DataObjects/Person.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:43:04 +0000 (16:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:43:04 +0000 (16:43 +0800)
DataObjects/Person.php

index 592a1a1..82128ef 100644 (file)
@@ -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');