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:
authorBeezyT <timo@ezdesign.de>2011-05-05 12:56:37 +0400
committerBeezyT <timo@ezdesign.de>2011-05-05 12:56:37 +0400
commit6772fa2264eb0efa50272fc0c2e632cf9f00810a (patch)
tree362cf282da7737d57a1c32324d549581c8764f89 /plugins/Live/Controller.php
parent3e0b11db228e829941d9e36caec8769a77d4d52d (diff)
#2373 inline documentation for reports and metrics
git-svn-id: http://dev.piwik.org/svn/trunk@4634 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/Controller.php')
-rw-r--r--plugins/Live/Controller.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index ce3f809db2..006d1badc2 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -78,6 +78,8 @@ class Piwik_Live_Controller extends Piwik_Controller
// disable the RSS feed
$view->disableShowExportAsRssFeed();
+ $view->setReportDocumentation(Piwik_Translate('Live_VisitorLogDocumentation', '<br />'));
+
$view->setCustomParameter('pageUrlNotDefined', Zend_Registry::get('config')->General->action_default_url_when_not_defined);
return $this->renderView($view, $fetch);
}