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:
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index 1301c3a05f..a4a75e388d 100644
--- a/piwik.php
+++ b/piwik.php
@@ -78,6 +78,7 @@ if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {
if (!defined('PIWIK_ENABLE_TRACKING') || PIWIK_ENABLE_TRACKING) {
$process = new Tracker();
+
try {
$process->main();
} catch (Exception $e) {