summaryrefslogtreecommitdiff
path: root/includes/RawPage.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-04-13 05:42:02 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-04-13 05:42:02 +0200
commit124299758ca7454561118f466a0470905758924f (patch)
treef4d09ea1286d6747ae36aecd4ba28dfb04c9e7c5 /includes/RawPage.php
parent3bddedf685051638fdba61268ad195fee041db1c (diff)
update to MediaWiki 1.16.3
Diffstat (limited to 'includes/RawPage.php')
-rw-r--r--includes/RawPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/RawPage.php b/includes/RawPage.php
index 8e515af3..2b610318 100644
--- a/includes/RawPage.php
+++ b/includes/RawPage.php
@@ -125,7 +125,7 @@ class RawPage {
#
# Just return a 403 Forbidden and get it over with.
wfHttpError( 403, 'Forbidden',
- 'Invalid file extension found in PATH_INFO. ' .
+ 'Invalid file extension found in PATH_INFO or QUERY_STRING. ' .
'Raw pages must be accessed through the primary script entry point.' );
return;
}