aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-05 15:24:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-05 15:24:58 +0000
commit7c793ba9d7e0a17cd33079e766221f9dbd47bddc (patch)
treecf241d2e8ae7df834d0ee7f2855b9c65fe83a0c7 /phpBB/posting.php
parent7f2d596c087c34c196af9d5627580b26ddfcc449 (diff)
downloadforums-7c793ba9d7e0a17cd33079e766221f9dbd47bddc.tar
forums-7c793ba9d7e0a17cd33079e766221f9dbd47bddc.tar.gz
forums-7c793ba9d7e0a17cd33079e766221f9dbd47bddc.tar.bz2
forums-7c793ba9d7e0a17cd33079e766221f9dbd47bddc.tar.xz
forums-7c793ba9d7e0a17cd33079e766221f9dbd47bddc.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8268 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 418b2ea90c..9361a2292b 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";