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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-22 08:24:00 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-22 08:24:00 +0400
commit8afb042d14aec148e43344fa1c16aa2810022b09 (patch)
tree59791d4539c3e1fe1ae39a261e32f0d5a6a412fc /libs/HTML/QuickForm2/Renderer/Array.php
parent173395e09e8e64b609ca830954a23a5a8fca15d9 (diff)
quick fixes #1495 - change protected to public
Diffstat (limited to 'libs/HTML/QuickForm2/Renderer/Array.php')
-rw-r--r--libs/HTML/QuickForm2/Renderer/Array.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Renderer/Array.php b/libs/HTML/QuickForm2/Renderer/Array.php
index 975aaed76a..f415ea96b6 100644
--- a/libs/HTML/QuickForm2/Renderer/Array.php
+++ b/libs/HTML/QuickForm2/Renderer/Array.php
@@ -160,7 +160,7 @@ class HTML_QuickForm2_Renderer_Array extends HTML_QuickForm2_Renderer
$this->options['static_labels'] = false;
}
- protected function exportMethods()
+ public function exportMethods()
{
return array(
'reset',