Skip to content

Commit

Permalink
Revert "T11999: Disable RequestWikiQueue outside of the meta wikis" (#…
Browse files Browse the repository at this point in the history
…5516)

Reverts #5515
  • Loading branch information
redbluegreenhat committed Mar 27, 2024
1 parent e968fc2 commit 40896dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions GlobalSettings.php
Expand Up @@ -3,7 +3,6 @@
use MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider;
use MediaWiki\Extension\ConfirmEdit\Store\CaptchaCacheStore;
use MediaWiki\Html\Html;
use MediaWiki\SpecialPage\DisabledSpecialPage;
use MediaWiki\SpecialPage\SpecialPage;
use Miraheze\MirahezeMagic\MirahezeIRCRCFeedFormatter;

Expand All @@ -27,11 +26,6 @@
};
}

// T11999: Disable Special:RequestWikiQueue outside of metawiki/metawikibeta
if ( $wi->dbname !== 'metawiki' || $wi->dbname !== 'metawikibeta' ) {
$wgSpecialPages['RequestWikiQueue'] = DisabledSpecialPage::getCallback( 'RequestWikiQueue', 'createwiki-requestwikiqueue-disabled' );
}

// Extensions
if ( $wi->dbname !== 'ldapwikiwiki' && $wi->dbname !== 'srewiki' ) {
wfLoadExtensions( [
Expand Down

0 comments on commit 40896dd

Please sign in to comment.