RefreshDatabaseCache.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 05:06:27 +0000 (13:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 05:06:27 +0000 (13:06 +0800)
RefreshDatabaseCache.php

index 3f3ca91..894addf 100644 (file)
@@ -41,6 +41,7 @@ class Pman_Core_RefreshDatabaseCache 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..
+        DB_DataObject::debugLevel(1);
         HTML_FlexyFramework::get()->generateDataobjectsCache(true);
         
         die("done!");