mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
- memberlist instead of memberslist.
git-svn-id: file:///svn/phpbb/trunk@4946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ffc08f4e4d
commit
d89e74a0cf
@ -203,7 +203,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
$location_url = "viewonline.$phpEx$SID";
|
||||
break;
|
||||
|
||||
case 'memberslist':
|
||||
case 'memberlist':
|
||||
$location = $user->lang['VIEWING_MEMBERS'];
|
||||
$location_url = "memberlist.$phpEx$SID";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user