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:
authormattab <matthieu.aubry@gmail.com>2014-09-05 03:44:28 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-05 03:44:28 +0400
commit7e90ac93c4fe7e9440013761b2897e7c0dfd6f1c (patch)
tree4e04f3bf791db6c59062d4155f6ffc995dbf728a
parentdc48c3132757a6125203368207d71ac1fd32cc0f (diff)
Fix opt out iframe and add screenshot test to ensure we don't regress
-rw-r--r--plugins/CoreAdminHome/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/Controller.php b/plugins/CoreAdminHome/Controller.php
index a150e944c6..cbf36ae094 100644
--- a/plugins/CoreAdminHome/Controller.php
+++ b/plugins/CoreAdminHome/Controller.php
@@ -259,7 +259,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
? $language
: LanguagesManager::getLanguageCodeForCurrentUser();
- return $this->renderTemplate('outOut', array(
+ return $this->renderTemplate('optOut', array(
'trackVisits' => $trackVisits,
'nonce' => Nonce::getNonce('Piwik_OptOut', 3600),
'language' => $lang