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:
authorFabian Becker <halfdan@xnorfz.de>2013-06-23 13:28:48 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-06-23 13:28:48 +0400
commitb40b03d8bdcad20a8a1cb32a85b362fac6af4a8f (patch)
tree7491fa645bdf3e6a6511bf55fee986e877e141c7 /plugins/Transitions
parent59d3b6d63215e7b6f06465348407779bab7112e5 (diff)
parentf64c76243d0aa651faa230e37d63b61b63aa5cfe (diff)
Merge pull request #75
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/Controller.php2
-rw-r--r--plugins/Transitions/templates/renderPopover.twig (renamed from plugins/Transitions/templates/transitions.twig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php
index e84e4fc9a3..01b72bb7ff 100644
--- a/plugins/Transitions/Controller.php
+++ b/plugins/Transitions/Controller.php
@@ -74,7 +74,7 @@ class Piwik_Transitions_Controller extends Piwik_Controller
*/
public function renderPopover()
{
- $view = new Piwik_View('@Transitions/transitions');
+ $view = new Piwik_View('@Transitions/renderPopover');
$view->translations = $this->getTranslations();
echo $view->render();
}
diff --git a/plugins/Transitions/templates/transitions.twig b/plugins/Transitions/templates/renderPopover.twig
index 0a0163d49a..0a0163d49a 100644
--- a/plugins/Transitions/templates/transitions.twig
+++ b/plugins/Transitions/templates/renderPopover.twig