From fc1d0500a21670687b3f81f7e63b627166c5d00f Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Sep 2013 14:44:57 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 4a8efbff..4fa3d644 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -195,6 +195,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject if (!method_exists($do,$dom[1])) { continue; } + echo "calling {$watch->medium}\n"; // the triggered method, can either do something // or modify the notify event.. if ($do->{$dom[1]}($event, $n) !== false) { -- 2.39.2