From 32e989d7bdef284035e264c3143caeb113f2403a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 9 Nov 2001 12:24:36 +0000 Subject: [PATCH] The way message is output for unset topic/post was correct, changing back git-svn-id: file:///svn/phpbb/trunk@1291 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0460f7021c..658ff56e4a 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -45,7 +45,7 @@ $start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) : if( !isset($topic_id) && !isset($post_id) ) { - message_die(GENERAL_MESSAGE, $lang['Topic_post_not_exist'], $lang['Error'], __LINE__, __FILE__); + message_die(GENERAL_MESSAGE, 'Topic_post_not_exist'); } //