Notify.php
authorChris <chris@roojs.com>
Wed, 23 May 2012 09:58:44 +0000 (17:58 +0800)
committerChris <chris@roojs.com>
Wed, 23 May 2012 09:58:44 +0000 (17:58 +0800)
Notify.php

index 0946abb..6d99ac5 100644 (file)
@@ -90,8 +90,10 @@ class Pman_Core_Notify extends Pman
         if (!empty($opts['send-to'])) {
             $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);