From def7586305ef208ec0456e5840cb239a25ff9124 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Thu, 16 Aug 2007 21:45:46 +0000 Subject: Ooch what a productive day!!! feeling good darling :-) plugged all the basic features from phpmyvisites for daily archives but with a nice architecture, modularity, plugins are configurable in the config file (waiting for a nice GUI of course) handles empty days, multiple sites, fixed small bugs here and there git-svn-id: http://dev.piwik.org/svn/trunk@42 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- modules/LogStats.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/LogStats.php') diff --git a/modules/LogStats.php b/modules/LogStats.php index 3b15aa0412..ef10f58285 100644 --- a/modules/LogStats.php +++ b/modules/LogStats.php @@ -76,6 +76,8 @@ class Piwik_LogStats private function initProcess() { + Piwik_PluginsManager::getInstance()->setPluginsToLoad( Piwik_LogStats_Config::getInstance()->Plugins_LogStats['enabled'] ); + $saveStats = Piwik_LogStats_Config::getInstance()->LogStats['record_statistics']; if($saveStats == 0) -- cgit v1.2.3