DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:06:22 +0000 (19:06 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:06:22 +0000 (19:06 +0800)
DataObjects/Core_watch.php

index de56cb7..7e54439 100644 (file)
@@ -108,6 +108,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
     // static really...
     function notifyEvent($event)
     {
+        DB_DataObject::DebugLevel(1);
         // see if there are any watches on events..
         // notify everyone flagged except the person doing it...
         // this is very basic logic... -