1
0
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:
Meik Sievertsen 2004-08-01 16:29:12 +00:00
parent ffc08f4e4d
commit d89e74a0cf

View File

@ -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;