mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
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
This commit is contained in:
parent
1a37d0d8ef
commit
98c709a1ae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ $refresh = $preview || $poll_add || $poll_edit || $poll_delete;
|
||||||
//
|
//
|
||||||
// Set topic type
|
// 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
|
// If the mode is set to topic review then output
|
||||||
|
|
Loading…
Add table
Reference in a new issue