Skip to content

Commit

Permalink
Disable skin mirage on mw 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 2, 2023
1 parent d66cb0e commit 91dc6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5964,6 +5964,10 @@
array_push( $wi::$disabledExtensions, 'mixednamespacesearchsuggestions' );
}

if ( version_compare( MW_VERSION, '1.41', '>=' ) ) {
array_push( $wi::$disabledExtensions, 'mirage' );
}

$globals = MirahezeFunctions::getConfigGlobals();

// phpcs:ignore MediaWiki.Usage.ForbiddenFunctions.extract
Expand Down

0 comments on commit 91dc6a9

Please sign in to comment.