From ea310d143ff68ec918e5cee9093008aedfa33d4e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 29 Dec 2010 20:20:55 +0000 Subject: [PATCH] Followup r78824: add missing message --- includes/api/ApiBase.php | 1 + 1 file changed, 1 insertion(+) 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" ), -- 2.20.1