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 'config/environment/ui-test.php')
-rw-r--r--config/environment/ui-test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment/ui-test.php b/config/environment/ui-test.php
index b5ef0fede4..6d9235ed21 100644
--- a/config/environment/ui-test.php
+++ b/config/environment/ui-test.php
@@ -54,7 +54,7 @@ return array(
$result = str_replace(realpath(PIWIK_INCLUDE_PATH), '', $result);
}),
- array('Controller.ExampleRssWidget.rssPiwik.end', function (&$result, $parameters) {
+ array('Controller.RssWidget.rssPiwik.end', function (&$result, $parameters) {
$result = "";
}),
)),