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