diff options
Diffstat (limited to 'includes/api/ApiFormatPhp.php')
-rw-r--r-- | includes/api/ApiFormatPhp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/api/ApiFormatPhp.php b/includes/api/ApiFormatPhp.php index d88dd40b..6420a5b5 100644 --- a/includes/api/ApiFormatPhp.php +++ b/includes/api/ApiFormatPhp.php @@ -68,7 +68,8 @@ class ApiFormatPhp extends ApiFormatBase { preg_match( '/\<\s*cross-domain-policy\s*\>/i', $text ) ) { $this->dieUsage( - 'This response cannot be represented using format=php. See https://bugzilla.wikimedia.org/show_bug.cgi?id=66776', + 'This response cannot be represented using format=php. ' . + 'See https://bugzilla.wikimedia.org/show_bug.cgi?id=66776', 'internalerror' ); } |