mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Ooops
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7b16b7bd6e
commit
2fa5427d36
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue