Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > add6f8911bf315b6256ec682513b9b10 > files > 1

mediawiki-1.23.15-1.mga5.src.rpm

--- mediawiki-1.23.5/maintenance/doMaintenance.php.orig	2014-10-22 19:44:58.355746813 -0400
+++ mediawiki-1.23.5/maintenance/doMaintenance.php	2014-10-22 19:45:10.035802969 -0400
@@ -77,15 +77,6 @@ if ( defined( 'MW_CONFIG_CALLBACK' ) ) {
 	# Use a callback function to configure MediaWiki
 	call_user_func( MW_CONFIG_CALLBACK );
 } else {
-	if ( file_exists( "$IP/../wmf-config/wikimedia-mode" ) ) {
-		// Load settings, using wikimedia-mode if needed
-		// @todo FIXME: Replace this hack with general farm-friendly code
-		# @todo FIXME: Wikimedia-specific stuff needs to go away to an ext
-		# Maybe a hook?
-		global $cluster;
-		$cluster = 'pmtpa';
-		require "$IP/../wmf-config/wgConf.php";
-	}
 	// Require the configuration (probably LocalSettings.php)
 	require $maintenance->loadSettings();
 }