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:
Diffstat (limited to 'libs/HTML/QuickForm2/Renderer.php')
-rw-r--r--libs/HTML/QuickForm2/Renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Renderer.php b/libs/HTML/QuickForm2/Renderer.php
index 67dbfe99a4..8de745308d 100644
--- a/libs/HTML/QuickForm2/Renderer.php
+++ b/libs/HTML/QuickForm2/Renderer.php
@@ -212,7 +212,7 @@ abstract class HTML_QuickForm2_Renderer
*
* @return array
*/
- protected function exportMethods()
+ public function exportMethods()
{
return array();
}