From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- thumb_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumb_handler.php') diff --git a/thumb_handler.php b/thumb_handler.php index 69bdddd8..7afa9aa7 100644 --- a/thumb_handler.php +++ b/thumb_handler.php @@ -26,4 +26,4 @@ define( 'THUMB_HANDLER', true ); # Execute thumb.php, having set THUMB_HANDLER so that # it knows to extract params from a thumbnail file URL. -require( __DIR__ . '/thumb.php' ); +require __DIR__ . '/thumb.php'; -- cgit v1.2.2