From 702f7d0e29cd3f6c86eaf95d18701d3b4d806f6c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 9 Jul 2012 15:50:01 +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 9195de9f..d1589a31 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -125,7 +125,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if (isset($q['ontable']) && !in_array($q['ontable'], array('Person', 'Events' . 'core_watch'))) { // this will only work on tables not joined to ours. - + DB_DAtaObject::DebugLevel(1); // then we can build a join.. $d = DB_DataObject::Factory($q['ontable']); $d->autoJoin(); -- 2.39.2