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/InputImage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/HTML/QuickForm2/Element/InputImage.php') diff --git a/libs/HTML/QuickForm2/Element/InputImage.php b/libs/HTML/QuickForm2/Element/InputImage.php index 86748ad82a..b621e98118 100644 --- a/libs/HTML/QuickForm2/Element/InputImage.php +++ b/libs/HTML/QuickForm2/Element/InputImage.php @@ -128,7 +128,7 @@ class HTML_QuickForm2_Element_InputImage extends HTML_QuickForm2_Element_Input } } - protected function updateValue() + public function updateValue() { foreach ($this->getDataSources() as $ds) { if ($ds instanceof HTML_QuickForm2_DataSource_Submit) { -- cgit v1.2.3