From 124299758ca7454561118f466a0470905758924f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 13 Apr 2011 05:42:02 +0200 Subject: update to MediaWiki 1.16.3 --- api.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api.php') diff --git a/api.php b/api.php index 10baa13e..7c80f734 100644 --- a/api.php +++ b/api.php @@ -52,8 +52,7 @@ $starttime = microtime( true ); // if ( $wgRequest->isPathInfoBad() ) { wfHttpError( 403, 'Forbidden', - 'Invalid file extension found in PATH_INFO. ' . - 'The API must be accessed through the primary script entry point.' ); + 'Invalid file extension found in PATH_INFO or QUERY_STRING.' ); return; } -- cgit v1.2.2