fix #8131 - chinese translations
[Pman.Core] / GenerateNotifications.php
index 1d38d22..4b28411 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * Normally called by Core/Notify
+ *
+ */
+
 
 class Pman_Core_GenerateNotifications {
     
@@ -7,6 +12,11 @@ class Pman_Core_GenerateNotifications {
     function generate($roo)
     {
         
+     
+        $w = DB_DataObject::factory('core_notify_recur');
+        if (is_a($w, 'DB_DataObject')) {
+            $w->generateNotifications();
+        }
         
     }