From 2ea5f398567b8e3a7d6c225e6a7509bd315d92ba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Jan 2014 15:23:12 +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 ee4749ef..c340b3c5 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -191,7 +191,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject // in which case we set the set $nn->evtype = medium.. // in that case - just let the called method generate the notify.. - + print_R($dom); $do = DB_DataObject::factory($dom[0]); if (!method_exists($do,$dom[1])) { continue; -- 2.39.2