# HG changeset patch # User Dan # Date 1215639506 14400 # Node ID 3e73e4996d64bba27d576976eb0dcb078330b871 # Parent 4b914331a39b195f4be37f5c35f29ae9451255ee Made CLI version of common load cache manager properly diff -r 4b914331a39b -r 3e73e4996d64 includes/common_cli.php --- a/includes/common_cli.php Wed Jul 09 17:38:08 2008 -0400 +++ b/includes/common_cli.php Wed Jul 09 17:38:26 2008 -0400 @@ -121,6 +121,9 @@ profiler_log('Ran checks'); +// Init cache +$cache = new CacheManager(); + // Load plugin manager $plugins = new pluginLoader();