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>2013-11-11 05:57:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-11 05:57:29 +0400
commita2be49ac93ee97e0661b24bbe6322c268afb57b2 (patch)
treec71112cd7ebd08d42491fb375df2529b3f948db0 /core/ArchiveProcessor/Rules.php
parentbf96079f5eeda087520b0aeaa4bd2c3980d81d75 (diff)
Fix the PrivacyManager tests after re-enabling purge
Diffstat (limited to 'core/ArchiveProcessor/Rules.php')
-rw-r--r--core/ArchiveProcessor/Rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor/Rules.php b/core/ArchiveProcessor/Rules.php
index 8e9f763049..75088738ea 100644
--- a/core/ArchiveProcessor/Rules.php
+++ b/core/ArchiveProcessor/Rules.php
@@ -36,7 +36,7 @@ class Rules
const FLAG_TABLE_PURGED = 'lastPurge_';
/** Old Archives purge can be disabled (used in tests only) */
- static public $purgeDisabledByTests = true;
+ static public $purgeDisabledByTests = false;
/** Flag that will forcefully disable the archiving process (used in tests only) */
public static $archivingDisabledByTests = false;