From e9819ed2dc242a85e771dd3fa70d002d5b85c8d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 13:13:25 +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 f1f8dee9..0851ea5c 100644 --- a/DataObjects/ProjectDirectory.php +++ b/DataObjects/ProjectDirectory.php @@ -175,7 +175,7 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject $pd = DB_DataObject::factory('ProjectDirectory'); - $pd->joinAdd(DB_DataObject::factory('Projects'), 'LEFT'); + $pd->joinAdd(DB_DataObject::factory('core_project'), 'LEFT'); $pd->whereAdd("Projects.type NOT IN ('N','X')"); $pd->person_id = $au->id; -- 2.39.2