From f4deea590eb9a6a528c38257fdfa76824031d8d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Oct 2011 12:39:30 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifyAction.php b/NotifyAction.php index 38e75d5e..2e5b4689 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -69,7 +69,7 @@ class Pman_Core_NotifyAction extends Pman $nc->update($n); // add an event????? - yeap... - $this->addEventOnce($_POST['action'],$n->object())); + $this->addEventOnce($_POST['action'],$n->object()); } -- 2.39.2