From: Alan Knowles Date: Thu, 29 Sep 2011 14:24:31 +0000 (+0800) Subject: NotifyAction.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=94c807836f978ecc974a908ccae45f75ed022761 NotifyAction.php --- 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...