Skip to content

Commit

Permalink
Fix form type
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 27, 2014
1 parent 13953f7 commit bf762c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingo/lib/Form/Vacation.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct($vars, $title = '', $name = null, $features = null)
$v->setHelp('vacation-subject');
}
if ($this->hasFeature('reason')) {
$v = $this->addVariable(_("Reason:"), 'reason', 'ingo:Longemail', true, false, _("You can use placeholders like %NAME% in the vacation message. See the online help for details."), array(10, 40));
$v = $this->addVariable(_("Reason:"), 'reason', 'longtext', true, false, _("You can use placeholders like %NAME% in the vacation message. See the online help for details."), array(10, 40));
$v->setHelp('vacation-reason');
}

Expand Down

0 comments on commit bf762c8

Please sign in to comment.