aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-28 23:28:24 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-10-28 23:28:24 +0100
commit85a12ce4f412fb307e6d23706936e493b8bc7b3d (patch)
tree3149da5bdaa2e42ce10c501868cbd7c3c5531fec /phpBB/includes/functions_convert.php
parent88f72bd411ef1d5e69415712d225bba778d28d1c (diff)
downloadforums-85a12ce4f412fb307e6d23706936e493b8bc7b3d.tar
forums-85a12ce4f412fb307e6d23706936e493b8bc7b3d.tar.gz
forums-85a12ce4f412fb307e6d23706936e493b8bc7b3d.tar.bz2
forums-85a12ce4f412fb307e6d23706936e493b8bc7b3d.tar.xz
forums-85a12ce4f412fb307e6d23706936e493b8bc7b3d.zip
[ticket/11031] Fix group legend position
PHPBB3-11031
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index a34a193f60..10d5abed76 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -1719,7 +1719,7 @@ function add_default_groups()
'GUESTS' => array('', 0, 0),
'REGISTERED' => array('', 0, 0),
'REGISTERED_COPPA' => array('', 0, 0),
- 'GLOBAL_MODERATORS' => array('00AA00', 1, 0),
+ 'GLOBAL_MODERATORS' => array('00AA00', 2, 0),
'ADMINISTRATORS' => array('AA0000', 1, 1),
'BOTS' => array('9E8DA7', 0, 0),
'NEWLY_REGISTERED' => array('', 0, 0),