From: Chris Date: Tue, 3 Sep 2013 05:31:59 +0000 (+0800) Subject: DataObjects/Core_watch.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a5a6eb61c8ee8b5c12819c5fca4be652a4fa105b DataObjects/Core_watch.php --- diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 3cd6f656..57112bf0 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -195,7 +195,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject continue; } // the triggered method, can either do something - // or modify + // or modify the notify event.. if ($do->{$dom[1]}($event, $n) !== false) { continue; }