revert r14636, private static arrays seem to crash APC on half of our boxen, will...
[lhc/web/wiklou.git] / includes / CacheManager.php
index b9e307f..0d116f7 100644 (file)
@@ -5,6 +5,11 @@
  * @subpackage Cache
  */
 
+/**
+ * We need the title class
+ */
+require_once( 'Title.php' );
+
 /**
  * Handles talking to the file cache, putting stuff in and taking it back out.
  * Mostly called from Article.php, also from DatabaseFunctions.php for the