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