From: Andrew Garrett Date: Sun, 22 Jun 2008 11:30:42 +0000 (+0000) Subject: Add noratelimit right to list of core rights, was missing. X-Git-Tag: 1.31.0-rc.0~46907 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=50aa4c3860a4152b7eee68039b9891f00af69c77;p=lhc%2Fweb%2Fwiklou.git Add noratelimit right to list of core rights, was missing. --- diff --git a/includes/User.php b/includes/User.php index 0f6e797bf4..61fa69f50c 100644 --- a/includes/User.php +++ b/includes/User.php @@ -133,6 +133,7 @@ class User { 'minoredit', 'move', 'nominornewtalk', + 'noratelimit', 'patrol', 'protect', 'proxyunbannable',