Skip to content

Commit 0effd80

Browse files
authored
Merge pull request #51 from hallowelt/osnard-patch-1
Remove environment check
2 parents b08c61d + 2e77ef4 commit 0effd80

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bootstrap.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22

3-
if ( !defined( 'MEDIAWIKI' ) && !defined( 'MW_PHPUNIT_TEST' ) ) {
4-
return;
5-
}
6-
73
if ( defined( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION' ) ) {
84
return;
95
}
106

11-
define( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION', '5.1.3' );
7+
define( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION', '5.1.4' );
128

139
MWStake\MediaWiki\ComponentLoader\Bootstrapper::getInstance()
1410
->register( 'commonuserinterface', static function () {

0 commit comments

Comments
 (0)