summaryrefslogtreecommitdiff
path: root/app/Template/comment_mail/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment_mail/create.php')
-rw-r--r--app/Template/comment_mail/create.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/comment_mail/create.php b/app/Template/comment_mail/create.php
index 8732080a..84c241d3 100644
--- a/app/Template/comment_mail/create.php
+++ b/app/Template/comment_mail/create.php
@@ -6,8 +6,8 @@
<?= $this->form->hidden('task_id', $values) ?>
<?= $this->form->hidden('user_id', $values) ?>
- <?= $this->form->label(t('Email'), 'email') ?>
- <?= $this->form->email('email', $values, $errors, array('autofocus', 'required', 'tabindex="1"')) ?>
+ <?= $this->form->label(t('Email'), 'emails') ?>
+ <?= $this->form->text('emails', $values, $errors, array('autofocus', 'required', 'tabindex="1"')) ?>
<?php if (! empty($members)): ?>
<div class="dropdown">