DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:50:01 +0000 (15:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:50:01 +0000 (15:50 +0800)
DataObjects/Core_notify.php

index 9195de9..d1589a3 100644 (file)
@@ -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();