Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/HTML/QuickForm2/Element/Date.php')
-rw-r--r--libs/HTML/QuickForm2/Element/Date.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Element/Date.php b/libs/HTML/QuickForm2/Element/Date.php
index c1a26c0a0e..b7e620691b 100644
--- a/libs/HTML/QuickForm2/Element/Date.php
+++ b/libs/HTML/QuickForm2/Element/Date.php
@@ -309,7 +309,7 @@ class HTML_QuickForm2_Element_Date extends HTML_QuickForm2_Container_Group
* Since the date element also accepts a timestamp as value, the default
* group behavior is changed.
*/
- protected function updateValue()
+ public function updateValue()
{
$name = $this->getName();
foreach ($this->getDataSources() as $ds) {