summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 586610553..920c1b3cc 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -304,7 +304,7 @@ function _poll_choice_form($delta, $value = '', $votes = 0) {
'#type' => 'textfield',
'#title' => t('Choice @n', array('@n' => ($delta + 1))),
'#default_value' => $value,
- '#parents' => array('choice', $delta,'chtext'),
+ '#parents' => array('choice', $delta, 'chtext'),
);
if ($admin) {