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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-22 13:33:25 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-22 13:33:25 +0400
commitb5701fddcb971c4f38f98d8a47efae43fb7990c3 (patch)
tree59791d4539c3e1fe1ae39a261e32f0d5a6a412fc /libs/HTML/QuickForm2/Element/Select.php
parent04b5bab41184af5df587dd8346d1ef30c58186d0 (diff)
parent8afb042d14aec148e43344fa1c16aa2810022b09 (diff)
releasing 0.6.4 without bugs0.6.4
Diffstat (limited to 'libs/HTML/QuickForm2/Element/Select.php')
-rw-r--r--libs/HTML/QuickForm2/Element/Select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Element/Select.php b/libs/HTML/QuickForm2/Element/Select.php
index 6803035543..2c852d6af7 100644
--- a/libs/HTML/QuickForm2/Element/Select.php
+++ b/libs/HTML/QuickForm2/Element/Select.php
@@ -555,7 +555,7 @@ class HTML_QuickForm2_Element_Select extends HTML_QuickForm2_Element
return $this->optionContainer->addOptgroup($label, $attributes);
}
- protected function updateValue()
+ public function updateValue()
{
if (!$this->getAttribute('multiple')) {
parent::updateValue();