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:
Diffstat (limited to 'plugins/Actions/Controller.php')
-rw-r--r--plugins/Actions/Controller.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actions/Controller.php b/plugins/Actions/Controller.php
index 3c71e9357c..9492589ae2 100644
--- a/plugins/Actions/Controller.php
+++ b/plugins/Actions/Controller.php
@@ -117,17 +117,17 @@ class Piwik_Actions_Controller extends Piwik_Controller
$currentMethod,
$methodToCall,
$subMethod );
- $view->setTemplate('Home/templates/datatable_actions.tpl');
+ $view->setTemplate('CoreHome/templates/datatable_actions.tpl');
if(Piwik_Common::getRequestVar('idSubtable', -1) != -1)
{
- $view->setTemplate('Home/templates/datatable_actions_subdatable.tpl');
+ $view->setTemplate('CoreHome/templates/datatable_actions_subdatable.tpl');
}
$currentlySearching = $view->setSearchRecursive();
if($currentlySearching)
{
- $view->setTemplate('Home/templates/datatable_actions_recursive.tpl');
+ $view->setTemplate('CoreHome/templates/datatable_actions_recursive.tpl');
}
$view->disableSort();