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
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-03-16 09:48:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-16 09:48:55 +0400
commit81dec6dbbc4c22eab7bf07847dcc288b82a05e3c (patch)
tree4e16e07ea23ba8407977e7efd98833528a153039 /misc
parentf0e2cbc3cd1afba189eb439683d3c48940501bc2 (diff)
Fixes #3220 When the core is not dispatching the request (PIWIK_ENABLE_DISPATCH is not set, or set to false), then getPiwikUrl will not update the value in the DB.
Thanks for the report & again sorry for such long delay to fix it!
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index dcc5fdaa4d..ff2fd5c485 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -24,9 +24,6 @@ if (!defined('PIWIK_USER_PATH')) {
define('PIWIK_ENABLE_DISPATCH', false);
define('PIWIK_ENABLE_ERROR_HANDLER', false);
define('PIWIK_ENABLE_SESSION_START', false);
-if(!defined('PIWIK_MODE_ARCHIVE')) {
- define('PIWIK_MODE_ARCHIVE', true);
-}
require_once PIWIK_INCLUDE_PATH . "/index.php";