From d090b87cf7493241ed1eff59ee5051884156c6d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Sep 2011 22:28:45 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifyAction.php b/NotifyAction.php index 20d0b6bc..b72ab522 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -42,7 +42,7 @@ class Pman_Core_NotifyAction extends Pman // on_table, // action(eg. APPROVAL) // on_id (comma delimited.) - + DB_DataObject::debugLevel(1); $n = DB_DataObject::factory('core_notify'); $n->person_id = $this->authUser->id; // in theory in workflow, this could trigger another action... -- 2.39.2