From 5bf5404cd01c992f2f74c847078c07eaa20f77f2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 16 Dec 2001 13:41:37 +0000 Subject: Fix view newest post error + missing mini post icon in posting preview git-svn-id: file:///svn/phpbb/trunk@1605 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') 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 { -- cgit v1.2.1