From 347428e567e1c749c5861da0863b732714de5e74 Mon Sep 17 00:00:00 2001 From: Paladox Date: Mon, 23 Dec 2019 22:42:25 +0000 Subject: [PATCH] Remove space from strings Change-Id: Id81dab1d806f2b93b5bad47cfd2a9fa37dedcd02 --- thumb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.20.1