aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CacheManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CacheManager.php')
-rw-r--r--includes/CacheManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/CacheManager.php b/includes/CacheManager.php
index 09f9a80bafb6..5ba6ec7318e4 100644
--- a/includes/CacheManager.php
+++ b/includes/CacheManager.php
@@ -11,7 +11,7 @@
# $wgFileCacheDirectory
# $wgUseGzip
-include_once( "Title.php" );
+require_once( "Title.php" );
class CacheManager {
var $mTitle, $mFileCache;