From 58ab66c9709832f51f4c7888fbadcb6c79aac413 Mon Sep 17 00:00:00 2001 From: acydburn Date: Wed, 5 Dec 2007 15:24:58 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@8268 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 418b2ea90..9361a2292 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -611,7 +611,7 @@ if ($submit || $preview || $refresh) if ($poll_delete && $mode == 'edit' && sizeof($post_data['poll_options']) && ((!$post_data['poll_last_vote'] && $post_data['poster_id'] == $user->data['user_id'] && $auth->acl_get('f_delete', $forum_id)) || $auth->acl_get('m_delete', $forum_id))) { - if ($submit && check_form_key('posting')) + if ($submit && check_form_key('posting')) { $sql = 'DELETE FROM ' . POLL_OPTIONS_TABLE . " WHERE topic_id = $topic_id"; -- 2.11.4.GIT