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-02-03 04:05:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-03 04:05:05 +0400
commit217b22b3309364edc4231218f52983165dd304e1 (patch)
tree0e910d682418913dc403ce5c0b7fc1c6f4c152ee /plugins/CoreHome/DataTableRowAction
parent416a911a45e17b44d3f1496ae0bfe78aee937327 (diff)
Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!
Diffstat (limited to 'plugins/CoreHome/DataTableRowAction')
-rw-r--r--plugins/CoreHome/DataTableRowAction/RowEvolution.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/DataTableRowAction/RowEvolution.php b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
index b263449449..28fe057cd3 100644
--- a/plugins/CoreHome/DataTableRowAction/RowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
@@ -108,7 +108,7 @@ class RowEvolution
/**
* Render the popover
- * @param Piwik_CoreHome_Controller
+ * @param \Piwik\Plugins\CoreHome\Controller $controller
* @param View (the popover_rowevolution template)
*/
public function renderPopover($controller, $view)