Skip to content

Commit

Permalink
Revert "Disable skin mirage on mw 1.41"
Browse files Browse the repository at this point in the history
This reverts commit 91dc6a9.
  • Loading branch information
paladox committed Nov 2, 2023
1 parent 91dc6a9 commit 46f2383
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5964,10 +5964,6 @@
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 46f2383

Please sign in to comment.