more quote identeiifers fixessss
[Pman.Core] / RefreshDatabaseCache.php
index ea9c20e..2994e1b 100644 (file)
@@ -39,17 +39,16 @@ class Pman_Core_RefreshDatabaseCache extends Pman
      
     function get($args, $opts=array())
     {
-        //print_r($opts);exit;
-        
-        
         // 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..
         //DB_DataObject::debugLevel(1);
         //HTML_FlexyFramework::get()->debug = 1;
+        
         HTML_FlexyFramework::get()->generateDataobjectsCache(true);
         
-        die("done!");
+        $this->jok('DONE');
+        
     }
     
 }
\ No newline at end of file