--- 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();