summaryrefslogtreecommitdiff
path: root/includes/RawPage.php
diff options
context:
space:
mode:
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;
}