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-04-06 01:51:19 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-06 01:51:19 +0400
commit92748d5475d69faede7e3a46fbc5e8d4b21c1ade (patch)
tree3489c37c6745de0346082d669434632ff4541e6e /plugins/Actions/Controller.php
parentd58eb3291b938cda680e9758e19f2f0a754d0c56 (diff)
More template adjustments.
Moved javascriptCode.tpl to theme
Diffstat (limited to 'plugins/Actions/Controller.php')
-rw-r--r--plugins/Actions/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actions/Controller.php b/plugins/Actions/Controller.php
index 4fc2f0aad3..07802c0d9d 100644
--- a/plugins/Actions/Controller.php
+++ b/plugins/Actions/Controller.php
@@ -120,7 +120,7 @@ class Piwik_Actions_Controller extends Piwik_Controller
*/
public function indexSiteSearch()
{
- $view = Piwik_View::factory('indexSiteSearch');
+ $view = new Piwik_View('@Actions/indexSiteSearch');
$view->keywords = $this->getSiteSearchKeywords(true);
$view->noResultKeywords = $this->getSiteSearchNoResultKeywords(true);