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:
authorrobocoder <anthon.pang@gmail.com>2010-07-22 08:24:00 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-22 08:24:00 +0400
commit79aaccd0cd5e0e2d888f9c562e7ac1eb3edd024d (patch)
tree59791d4539c3e1fe1ae39a261e32f0d5a6a412fc /libs/HTML/QuickForm2/Element/Button.php
parent5afc9818e93117335cf2d0363286f93f8a217542 (diff)
quick fixes #1495 - change protected to public
git-svn-id: http://dev.piwik.org/svn/trunk@2626 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/HTML/QuickForm2/Element/Button.php')
-rw-r--r--libs/HTML/QuickForm2/Element/Button.php2
1 files changed, 1 insertions, 1 deletions
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'] . '</button>';
}
- protected function updateValue()
+ public function updateValue()
{
foreach ($this->getDataSources() as $ds) {
if ($ds instanceof HTML_QuickForm2_DataSource_Submit &&