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/Node.php')
-rw-r--r--libs/HTML/QuickForm2/Node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Node.php b/libs/HTML/QuickForm2/Node.php
index b957ec1477..358f3f66a6 100644
--- a/libs/HTML/QuickForm2/Node.php
+++ b/libs/HTML/QuickForm2/Node.php
@@ -477,7 +477,7 @@ abstract class HTML_QuickForm2_Node extends HTML_Common2
/**
* Called when the element needs to update its value from form's data sources
*/
- abstract protected function updateValue();
+ abstract public function updateValue();
/**
* Adds a validation rule