GenerateNotifications.php
authorAlan Knowles <alan@roojs.com>
Tue, 25 Apr 2017 04:15:14 +0000 (12:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Apr 2017 04:15:14 +0000 (12:15 +0800)
GenerateNotifications.php

index e95342a..4d131d3 100644 (file)
@@ -8,7 +8,6 @@ class Pman_Core_GenerateNotifications {
     {
         
      
-        
         $w = DB_DataObject::factory('core_notify_recur');
         if (is_a($w, 'DB_DataObject')) {
             $w->generateNotifications();