mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
$location_url = "viewonline.$phpEx$SID";
|
$location_url = "viewonline.$phpEx$SID";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'memberslist':
|
case 'memberlist':
|
||||||
$location = $user->lang['VIEWING_MEMBERS'];
|
$location = $user->lang['VIEWING_MEMBERS'];
|
||||||
$location_url = "memberlist.$phpEx$SID";
|
$location_url = "memberlist.$phpEx$SID";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue