From dc91b3b12da563575d46a2ac95cc7ba1112c7922 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 5 Aug 2008 14:44:00 +0000 Subject: [PATCH] Badaccess-group1/2 no longer exist. --- includes/api/ApiBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index aebc442f11..4409bea46f 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -594,8 +594,6 @@ abstract class ApiBase { 'protectedpagetext' => array('code' => 'protectedpage', 'info' => "The ``\$1'' right is required to edit this page"), 'protect-cantedit' => array('code' => 'cantedit', 'info' => "You can't protect this page because you can't edit it"), 'badaccess-group0' => array('code' => 'permissiondenied', 'info' => "Permission denied"), // Generic permission denied message - 'badaccess-group1' => array('code' => 'permissiondenied', 'info' => "Permission denied"), // Can't use the parameter 'cause it's wikilinked - 'badaccess-group2' => array('code' => 'permissiondenied', 'info' => "Permission denied"), 'badaccess-groups' => array('code' => 'permissiondenied', 'info' => "Permission denied"), 'titleprotected' => array('code' => 'protectedtitle', 'info' => "This title has been protected from creation"), 'nocreate-loggedin' => array('code' => 'cantcreate', 'info' => "You don't have permission to create new pages"), -- 2.20.1