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.php')
-rw-r--r--libs/HTML/QuickForm2/Element.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Element.php b/libs/HTML/QuickForm2/Element.php
index 1ce181fcb8..3677b30add 100644
--- a/libs/HTML/QuickForm2/Element.php
+++ b/libs/HTML/QuickForm2/Element.php
@@ -92,7 +92,7 @@ abstract class HTML_QuickForm2_Element extends HTML_QuickForm2_Node
* The default behaviour is to go through the complete list of the data
* sources until the non-null value is found.
*/
- protected function updateValue()
+ public function updateValue()
{
$name = $this->getName();
foreach ($this->getDataSources() as $ds) {