diff options
| -rw-r--r-- | phpBB/posting.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 2c80ae7a79..81556660e6 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1631,7 +1631,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u  			$db->sql_freeresult($result);  		} -		$sql_insert_ary = array() +		$sql_insert_ary = array();  		for ($i = 0, $size = sizeof($poll['poll_options']); $i < $size; $i++)  		{  			if (trim($poll['poll_options'][$i]))  | 
