RunGenerator.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 04:28:36 +0000 (12:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 04:28:36 +0000 (12:28 +0800)
RunGenerator.php

index 89bf5a1..ab5930b 100644 (file)
@@ -47,7 +47,7 @@ class Pman_Core_RunGenerator extends Pman
         // technically it would be good to trash the cached ini files here.. 
         // however we can not really do that, as the ownships are off..
         //we can however regen our own files..
-        
+        HTML_FlexyFramework::generateDataobjectsCache(true);
         
         die("done!");
     }