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-10-15 08:32:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-15 08:32:32 +0400
commit64c7aa1b9e1d69c8d791afc4a1ef421b6b1bac6c (patch)
tree0772624977481da68d8279800c4eea6e7a929cee /index.php
parent3096890771fe6e8e5a563362625332186a4ee82d (diff)
Making sure at least WARNING messages are written on screen
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index ba74026dce..c669fe7f6a 100644
--- a/index.php
+++ b/index.php
@@ -50,7 +50,6 @@ if (!defined('PIWIK_ENABLE_ERROR_HANDLER') || PIWIK_ENABLE_ERROR_HANDLER) {
ExceptionHandler::setUp();
}
-
if (!defined('PIWIK_ENABLE_DISPATCH') || PIWIK_ENABLE_DISPATCH) {
$controller = FrontController::getInstance();
$controller->init();