aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/viewonline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 31cb125938..bce4bb293d 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -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;