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/InputCheckbox.php')
-rw-r--r--libs/HTML/QuickForm2/Element/InputCheckbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Element/InputCheckbox.php b/libs/HTML/QuickForm2/Element/InputCheckbox.php
index 70510b1b4b..a3e510cb3b 100644
--- a/libs/HTML/QuickForm2/Element/InputCheckbox.php
+++ b/libs/HTML/QuickForm2/Element/InputCheckbox.php
@@ -74,7 +74,7 @@ class HTML_QuickForm2_Element_InputCheckbox extends HTML_QuickForm2_Element_Inpu
}
}
- protected function updateValue()
+ public function updateValue()
{
$name = $this->getName();
if ('[]' == substr($name, -2)) {