From: Ævar Arnfjörð Bjarmason Date: Thu, 8 Dec 2005 17:00:10 +0000 (+0000) Subject: * Removing undelete permission, useless permission cruft, nothing uses it X-Git-Tag: 1.6.0~984 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=a2bc1fc0e727709ebd356b1de150e70429bc438f;p=lhc%2Fweb%2Fwiklou.git * Removing undelete permission, useless permission cruft, nothing uses it --- diff --git a/includes/Defines.php b/includes/Defines.php index b2376094e6..cb4aa7e479 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -75,10 +75,25 @@ define( 'MW_MATH_MATHML', 5 ); * database. * @todo Is this necessary? */ -$wgAvailableRights = array('read', 'edit', 'move', 'delete', 'undelete', -'protect', 'block', 'userrights', 'createaccount', 'upload', -'rollback', 'patrol', 'editinterface', 'siteadmin', 'bot', 'validate', -'import', 'importupload' ); +$wgAvailableRights = array( + 'read', + 'edit', + 'move', + 'delete', + 'protect', + 'block', + 'userrights', + 'createaccount', + 'upload', + 'rollback', + 'patrol', + 'editinterface', + 'siteadmin', + 'bot', + 'validate', + 'import', + 'importupload' +); /**#@+ * Cache type