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:
authormattab <matthieu.aubry@gmail.com>2014-03-27 02:05:08 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-27 02:05:08 +0400
commit4941190958ca39f5ff9b15986965b67ede17b760 (patch)
tree77dcdd528ff19ee89cd77b85b40a9adb0be4f313
parent3e090de418ce3c7c5b5e51e6a910561ef50b9da0 (diff)
Fix typo? @tsteur
-rw-r--r--misc/cron/archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index cdae1cfbec..4a4b17c435 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -20,7 +20,7 @@ if (!defined('PIWIK_USER_PATH')) {
if (!class_exists('Piwik\Console', false)) {
define('PIWIK_ENABLE_DISPATCH', false);
define('PIWIK_ENABLE_ERROR_HANDLER', false);
- define('PIWIK_ENABLE_SESSION_START', PIWIK_INCLUDE_PATH);
+ define('PIWIK_ENABLE_SESSION_START', false);
require_once PIWIK_INCLUDE_PATH . "/index.php";
}