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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-09-22 12:47:00 +0300
committerGitHub <noreply@github.com>2016-09-22 12:47:00 +0300
commitd7bb13ca855839084de7527c5ccc66b317489d75 (patch)
tree9bb2e028dca49973d4341b6ff3ac304598773991 /config/environment/ui-test.php
parenta251989030ae17729f0c200e9c404fbec09dec1f (diff)
Renamed plugin ExampleRssWidget -> RssWidget (#10528)
* Renamed plugin ExampleRssWidget -> RssWidget * Activate file on upgrade to 3.0.0-b1 * Fix system test
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 = "";
}),
)),