aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 9659a96a6c..f4c6a2878a 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -68,8 +68,6 @@ switch ($mode)
case 'leaders':
// Display a listing of board admins, moderators
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
-
- $user->add_lang('groups');
$page_title = $user->lang['THE_TEAM'];
$template_html = 'memberlist_leaders.html';