Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:33:58 +0000 (18:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:33:58 +0000 (18:33 +0800)
Notify.php

index b42824c..cba6ac7 100644 (file)
@@ -91,6 +91,11 @@ class Pman_Core_Notify extends Pman
             $this->send_to = $opts['send-to'];
         }
      
+     
+        $w = DB_DataObject::factory('core_notify_recur');
+        $w->generateNotifications();
+     
+     
         //DB_DataObject::debugLevel(1);
         $w = DB_DataObject::factory($this->table);