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
This commit is contained in:
Paul S. Owen 2001-11-09 12:24:36 +00:00
parent db0b2fc30f
commit 32e989d7bd

View file

@ -45,7 +45,7 @@ $start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) :
if( !isset($topic_id) && !isset($post_id) ) 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');
} }
// //