Notify.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 06:49:24 +0000 (14:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 06:49:24 +0000 (14:49 +0800)
Notify.php

index a8a0639..a3d8dec 100644 (file)
@@ -84,8 +84,13 @@ class Pman_Core_Notify extends Pman
         if (!empty($opts['old'])) {
             $opts['list'] = 1; // force listing..
         }
+        
         $this->force = empty($opts['force']) ? 0 : 1;
      
+        if (!empty($opts['send-to'])) {
+            $this->send_to = $opts['send-to'];
+        }
+     
         
         $w = DB_DataObject::factory($this->table);