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

index 3f3321c..d75613c 100644 (file)
@@ -318,10 +318,10 @@ class Pman_Core_Notify extends Pman
                 continue;
             };
             //echo "$module\n";
-            $x->updateData();
+            $x->generate();
         }
                 
-    }
+    
     }