From 0a0ae95d6c110213d86fffbe4b416436715afcaf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 15 Apr 2021 16:26:49 +0200 Subject: [PATCH] FormDateTime: Enable datetime-picker widget by default --- application/views/helpers/FormDateTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/helpers/FormDateTime.php b/application/views/helpers/FormDateTime.php index 3b5ea7de0..de5eb4b67 100644 --- a/application/views/helpers/FormDateTime.php +++ b/application/views/helpers/FormDateTime.php @@ -49,7 +49,7 @@ class Zend_View_Helper_FormDateTime extends Zend_View_Helper_FormElement $type = $attribs['local'] === true ? 'datetime-local' : 'datetime'; unset($attribs['local']); // Unset local to not render it again in $this->_htmlAttribs($attribs) $html5 = sprintf( - 'view->escape($name), $this->view->escape($id),