From 932aa85876792a4f92649fda7af642b7922a1e8a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 Oct 2011 13:06:27 +0800 Subject: [PATCH] RefreshDatabaseCache.php --- RefreshDatabaseCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index 3f3ca916..894addf1 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -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!"); -- 2.39.2