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:
authormattpiwik <matthieu.aubry@gmail.com>2008-02-01 07:58:57 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-02-01 07:58:57 +0300
commit3eddc0dce6abc87ce97dab5443939faf66e2daba (patch)
treea81a6fcbab0f92edf47edee7e099579d0d2e75e5 /modules/LogStats.php
parentb75c4fcad093aa8fc3d962e45eaf4b7118da5a5a (diff)
- fixed bug LogStats / Installation wasnt working after all these changes
git-svn-id: http://dev.piwik.org/svn/trunk@259 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index 084bf4bcd4..0f8b000590 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -85,7 +85,7 @@ class Piwik_LogStats
private function initProcess()
{
Piwik_PluginsManager::getInstance()->setPluginsToLoad(
- Piwik_LogStats_Config::getInstance()->Plugins_LogStats['Plugins']->toArray()
+ Piwik_LogStats_Config::getInstance()->Plugins_LogStats['Plugins']
);
$saveStats = Piwik_LogStats_Config::getInstance()->LogStats['record_statistics'];