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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-31 07:06:41 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-31 07:06:41 +0400
commit8adffe2953a254163ab69e6d301aa6e8f13a31cf (patch)
tree9bb72c9bd29a36d05d2ca0a1a48207df030f0804 /plugins/Live/Live.php
parentb3b3193429a38935aa13b79d9ddafaa96461ecc8 (diff)
refs #4221 always include VisitorLog file, maybe there is an autoloader issue
Diffstat (limited to 'plugins/Live/Live.php')
-rw-r--r--plugins/Live/Live.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index e1640cb353..5d448cb3dd 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -10,11 +10,7 @@
*/
namespace Piwik\Plugins\Live;
-
-use Piwik\Common;
use Piwik\Menu\MenuMain;
-use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable;
use Piwik\WidgetsList;
@@ -79,4 +75,6 @@ class Live extends \Piwik\Plugin
{
$defaultViewTypes['Live.getLastVisitsDetails'] = VisitorLog::ID;
}
-} \ No newline at end of file
+}
+
+require_once PIWIK_INCLUDE_PATH . '/plugins/Live/VisitorLog.php'; \ No newline at end of file