mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Ooops
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -318,7 +318,7 @@ if ( $result = $db->sql_query($sql) )
|
||||
$post_data['has_poll'] = false;
|
||||
$post_data['edit_poll'] = false;
|
||||
}
|
||||
if ( $mode = 'poll_delete' && !isset($poll_id) )
|
||||
if ( $mode == 'poll_delete' && !isset($poll_id) )
|
||||
{
|
||||
message_die(GENERAL_MESSAGE, $lang['No_such_post']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user