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

index 1d38d22..e95342a 100644 (file)
@@ -7,6 +7,12 @@ class Pman_Core_GenerateNotifications {
     function generate($roo)
     {
         
+     
+        
+        $w = DB_DataObject::factory('core_notify_recur');
+        if (is_a($w, 'DB_DataObject')) {
+            $w->generateNotifications();
+        }
         
     }