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-19 13:25:21 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-19 13:25:21 +0400
commit766cb8f0ed03701a486aa72faeb4a0542ddfa679 (patch)
tree2166c52eac01fcbbac9f75aa6177d6a7577a59a2 /core/Log.php
parentdacdbdd162f9fd7eb47688c645a3e7bd51b897e8 (diff)
trying to work around random build issue for now
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index aa5dd5b01f..bdf4ac23c7 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -556,7 +556,7 @@ class Log extends Singleton
if (isset($tracepoint['class'])
&& $tracepoint['class'] != "Piwik\\Log"
&& $tracepoint['class'] != "Piwik\\Piwik"
- && $tracepoint['class'] != "CronArchive"
+ && $tracepoint['class'] != "Piwik\\CronArchive"
) {
return $tracepoint['class'];
}