Fixed bug with magic word fallback to en
[lhc/web/wiklou.git] / includes / CacheManager.php
index 09f9a80..5ba6ec7 100644 (file)
@@ -11,7 +11,7 @@
 # $wgFileCacheDirectory
 # $wgUseGzip
 
-include_once( "Title.php" );
+require_once( "Title.php" );
 
 class CacheManager {
        var $mTitle, $mFileCache;