X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_watch.php;h=d8bcc73401de24531ce60f7cbe18f094d697fa5b;hp=70d540be31808670f7c735c11932763c227e1c80;hb=b4366591dcac0efd63b20b84fc018726a87f5d7a;hpb=911cfc23aaaf80723dd3c33b2c1244070b0cb527 diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 70d540be..d8bcc734 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -199,6 +199,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject // the triggered method, can either do something // or modify the notify event.. if ($do->{$dom[1]}($event, $n) !== false) { + echo "method did not return false?"; continue; } @@ -219,7 +220,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject // we have a item in the queue for that waiting to be sent.. continue; } - + echo "inserting notify?"; $n->act_start( date("Y-m-d H:i:s") ); $n->insert();