From fcac52ab2b91cc3dfdbaa1cdcbd6c9d8794687b5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Sep 2011 22:29:20 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifyAction.php b/NotifyAction.php index b72ab522..f448ec8e 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -54,7 +54,7 @@ class Pman_Core_NotifyAction extends Pman if ($k == 'on_id') { continue; } - $n->$k = $v; + $n->$k = $_POST[$k]; } $ids = explode(',', $_POST['on_id']); $n->whereAdd('sent < act_when'); // not issued yet.. -- 2.39.2