aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index d66532772f..bdde34167e 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -77,7 +77,7 @@ if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
if( !($row = $db->sql_fetchrow($result)) )
{
- message_die(GENERAL_MESSAGE, $lang['No_new_posts_last_visit']);
+ message_die(GENERAL_MESSAGE, 'No_new_posts_last_visit');
}
else
{