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/SEO
parent59d3b6d63215e7b6f06465348407779bab7112e5 (diff)
parentf64c76243d0aa651faa230e37d63b61b63aa5cfe (diff)
Merge pull request #75
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/Controller.php2
-rw-r--r--plugins/SEO/templates/getRank.twig (renamed from plugins/SEO/templates/index.twig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/Controller.php b/plugins/SEO/Controller.php
index dad2b1630c..68ae5caa12 100644
--- a/plugins/SEO/Controller.php
+++ b/plugins/SEO/Controller.php
@@ -31,7 +31,7 @@ class Piwik_SEO_Controller extends Piwik_Controller
$dataTable = Piwik_SEO_API::getInstance()->getRank($url);
- $view = new Piwik_View('@SEO/index');
+ $view = new Piwik_View('@SEO/getRank');
$view->urlToRank = Piwik_SEO_RankChecker::extractDomainFromUrl($url);
$renderer = Piwik_DataTable_Renderer::factory('php');
diff --git a/plugins/SEO/templates/index.twig b/plugins/SEO/templates/getRank.twig
index 0a147b4f62..0a147b4f62 100644
--- a/plugins/SEO/templates/index.twig
+++ b/plugins/SEO/templates/getRank.twig