Remove space from strings
Change-Id: Id81dab1d806f2b93b5bad47cfd2a9fa37dedcd02
This commit is contained in:
parent
f3a783d46f
commit
10cfb5ca59
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ use MediaWiki\MediaWikiServices;
|
|||
define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
|
||||
// T241340: thumb.php is included by thumb_handler.php which already defined
|
||||
// MW_ENTRY_POINT to 'thumb_handler'
|
||||
if ( !defined( 'MW_ENTRY_POINT ' ) ) {
|
||||
if ( !defined( 'MW_ENTRY_POINT' ) ) {
|
||||
define( 'MW_ENTRY_POINT', 'thumb' );
|
||||
}
|
||||
require __DIR__ . '/includes/WebStart.php';
|
||||
|
|
|
|||
Loading…
Reference in a new issue