NotifyAction.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 14:29:20 +0000 (22:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 14:29:20 +0000 (22:29 +0800)
NotifyAction.php

index b72ab52..f448ec8 100644 (file)
@@ -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..