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 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index fe059138b2..cd50980058 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -100,6 +100,11 @@ class Piwik_LogStats
self::$db->connect();
}
+
+ public static function getDb()
+ {
+ return self::$db;
+ }
static function disconnectDb()
{
@@ -279,6 +284,8 @@ class Piwik_LogStats
{
header($header);
}
+
+
}
function printDebug( $info = '' )