Bump to 1.5alpha2
[lhc/web/wiklou.git] / includes / Setup.php
index a9969dd..e098396 100644 (file)
@@ -97,11 +97,6 @@ if ( $wgCommandLineMode ) {
        wfDebug( $_SERVER['REQUEST_METHOD'] . ' ' . $_SERVER['REQUEST_URI'] . "\n" );
 }
 
-# Disable linkscc except if the old existence check method is enabled
-if (!$wgUseOldExistenceCheck) {
-       $wgEnablePersistentLC = false;
-}
-
 if ( $wgSkipSkin ) {
        $wgSkipSkins[] = $wgSkipSkin;
 }