includes/common_cli.php
changeset 1365 a52cac1b190d
parent 1227 bdac73ed481e
child 1378 e58294b867c1
--- 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();