From: Roan Kattouw Date: Wed, 29 Dec 2010 20:20:55 +0000 (+0000) Subject: Followup r78824: add missing message X-Git-Tag: 1.31.0-rc.0~32999 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=ea310d143ff68ec918e5cee9093008aedfa33d4e;p=lhc%2Fweb%2Fwiklou.git Followup r78824: add missing message --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 0a7b47cdd2..b37010812f 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1040,6 +1040,7 @@ abstract class ApiBase { 'sharedfile-exists' => array( 'code' => 'fileexists-sharedrepo-perm', 'info' => 'The target file exists on a shared repository. Use the ignorewarnings parameter to override it.' ), 'mustbeposted' => array( 'code' => 'mustbeposted', 'info' => "The \$1 module requires a POST request" ), 'show' => array( 'code' => 'show', 'info' => 'Incorrect parameter - mutually exclusive values may not be supplied' ), + 'specialpage-cantexecute' => array( 'code' => 'specialpage-cantexecute', 'info' => "You don't have permission to view the results of this special page" ), // ApiEditPage messages 'noimageredirect-anon' => array( 'code' => 'noimageredirect-anon', 'info' => "Anonymous users can't create image redirects" ),