From: Chris Date: Tue, 3 Sep 2013 06:44:57 +0000 (+0800) Subject: DataObjects/Core_watch.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fc1d0500a21670687b3f81f7e63b627166c5d00f DataObjects/Core_watch.php --- 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) {