From 8afb042d14aec148e43344fa1c16aa2810022b09 Mon Sep 17 00:00:00 2001 From: vipsoft Date: Thu, 22 Jul 2010 04:24:00 +0000 Subject: quick fixes #1495 - change protected to public --- libs/HTML/QuickForm2/Element/Button.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/HTML/QuickForm2/Element/Button.php') diff --git a/libs/HTML/QuickForm2/Element/Button.php b/libs/HTML/QuickForm2/Element/Button.php index b53f28902b..845d49c439 100644 --- a/libs/HTML/QuickForm2/Element/Button.php +++ b/libs/HTML/QuickForm2/Element/Button.php @@ -145,7 +145,7 @@ class HTML_QuickForm2_Element_Button extends HTML_QuickForm2_Element '>' . $this->data['content'] . ''; } - protected function updateValue() + public function updateValue() { foreach ($this->getDataSources() as $ds) { if ($ds instanceof HTML_QuickForm2_DataSource_Submit && -- cgit v1.2.3