From 98c709a1ae914865780e3b1b947e758a25ef5889 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Feb 2002 12:41:06 +0000 Subject: [PATCH] There always has to be at least one bug doesn't there ... why is that? git-svn-id: file:///svn/phpbb/trunk@2184 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index d93349582e..54acde7030 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -49,7 +49,7 @@ $refresh = $preview || $poll_add || $poll_edit || $poll_delete; // // Set topic type // -$topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_ANNOUNCE; +$topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_NORMAL; // // If the mode is set to topic review then output