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 'core/Plugin/Controller.php')
-rw-r--r--core/Plugin/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/Controller.php b/core/Plugin/Controller.php
index 878319f675..0f50fd3ce4 100644
--- a/core/Plugin/Controller.php
+++ b/core/Plugin/Controller.php
@@ -215,7 +215,7 @@ abstract class Controller
* @throws \Exception
* @return string|null See $fetch.
*/
- public function renderReport($apiAction, $fetch = true)
+ protected function renderReport($apiAction, $fetch = true)
{
$pluginName = $this->pluginName;