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 'plugins/Feedback/Controller.php')
-rw-r--r--plugins/Feedback/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index 8105529b18..45046a8342 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.php
@@ -18,7 +18,6 @@ class Piwik_Feedback_Controller extends Piwik_Controller
function index()
{
$view = new Piwik_View('Feedback/index.tpl');
-
echo $view->render();
}