From: Andrew Garrett Date: Thu, 2 Dec 2010 05:28:36 +0000 (+0000) Subject: Add disableaccount to User::$mCoreRights X-Git-Tag: 1.31.0-rc.0~33651 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=db7616d2072e382cb063bd3081db2d1d0405ef9c;p=lhc%2Fweb%2Fwiklou.git Add disableaccount to User::$mCoreRights --- diff --git a/includes/User.php b/includes/User.php index c85558f9d4..4029947b35 100644 --- a/includes/User.php +++ b/includes/User.php @@ -99,6 +99,7 @@ class User { 'deletedhistory', 'deletedtext', 'deleterevision', + 'disableaccount', 'edit', 'editinterface', 'editusercssjs',