mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
db0b2fc30f
commit
32e989d7bd
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue