From b4eb3e733e9d6cbbfa464d9cb6ae123b05e42422 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Oct 2011 12:39:26 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NotifyAction.php b/NotifyAction.php index 8b692e3f..5ff0c719 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -68,7 +68,10 @@ class Pman_Core_NotifyAction extends Pman $nc->sent = date('Y-m-d H:i:s'); $nc->update($n); - // add an event????? + // add an event????? - yeap... + $this->addEventOnce($_POST['action'],$n->object())) + + } $this->jok("updated"); -- 2.39.2