From 94c807836f978ecc974a908ccae45f75ed022761 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Sep 2011 22:24:31 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NotifyAction.php b/NotifyAction.php index 8b0b9156..f92b53c8 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -38,8 +38,9 @@ class Pman_Core_NotifyAction extends Pman function post() { // needs: (Array of...) - // on_table, action(eg. APPROVAL) - // on_id (comma delimited.) + // on_table, + // action(eg. APPROVAL) + // on_id (comma delimited.) $n = DB_DataObject::factory('core_notify'); $n->person_id = $this->authUser->id; // in theory in workflow, this could trigger another action... -- 2.39.2