diff -r 12c23b83c79d -r a52cac1b190d includes/common_cli.php --- a/includes/common_cli.php Fri Dec 02 01:15:55 2011 -0500 +++ b/includes/common_cli.php Mon Nov 19 11:32:41 2012 -0500 @@ -125,7 +125,7 @@ profiler_log('Ran checks'); // Init cache -$cache = new CacheManager(); +$cache = CacheManager::factory(); // Load plugin manager $plugins = new pluginLoader();