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 0c05dce74d..53479c7ecc 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -162,7 +162,7 @@ if($online_count)
$location_url = "index.$phpEx";
break;
case PAGE_POSTING:
- $location = $lang['Posting_message']"";
+ $location = $lang['Posting_message'];
$location_url = "index.$phpEx";
break;
case PAGE_LOGIN: