diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 12:24:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 12:24:36 +0000 |
commit | 32e989d7bdef284035e264c3143caeb113f2403a (patch) | |
tree | a44be5c15942e42a008d111ef2dbc91ca10bbd26 /phpBB/viewtopic.php | |
parent | db0b2fc30f3777f79967efa8cfcb2c3b3b1e42aa (diff) | |
download | forums-32e989d7bdef284035e264c3143caeb113f2403a.tar forums-32e989d7bdef284035e264c3143caeb113f2403a.tar.gz forums-32e989d7bdef284035e264c3143caeb113f2403a.tar.bz2 forums-32e989d7bdef284035e264c3143caeb113f2403a.tar.xz forums-32e989d7bdef284035e264c3143caeb113f2403a.zip |
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
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } // |