From a5a6eb61c8ee8b5c12819c5fca4be652a4fa105b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Sep 2013 13:31:59 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2