From d746bde059b47586d9bda7453e0dee00db05c613 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 25 Jun 2013 19:58:15 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a5739f18..618a9ec9 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -132,7 +132,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $this->selectAdd($d->_query['data_select']); $this->_join .= " LEFT JOIN {$d->tableName()} ON {$this->tableName()}.onid = {$d->tableName()}.id - + {$d->_join} "; } if (isset($q['query']['person_id_name']) ) { -- 2.39.2