mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01: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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user