From: Paladox Date: Mon, 23 Dec 2019 22:42:25 +0000 (+0000) Subject: Remove space from strings X-Git-Tag: 1.34.1~19 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=347428e567e1c749c5861da0863b732714de5e74;p=lhc%2Fweb%2Fwiklou.git Remove space from strings Change-Id: Id81dab1d806f2b93b5bad47cfd2a9fa37dedcd02 --- diff --git a/thumb.php b/thumb.php index 1f98c39977..2bb6065e3e 100644 --- a/thumb.php +++ b/thumb.php @@ -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';