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:
authordiosmosis <benaka@piwik.pro>2015-05-01 02:54:42 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-01 02:54:42 +0300
commitc08394824e23376ead83246214e3a911ae2d60bf (patch)
treeaeaa1558abdbd229c4c438b3b981c78816b78b3b /core/Tracker.php
parent2a38bb2138ef6b1db266a30a099e77968f0582ff (diff)
Remove FrontController::createConfigObject as it should no longer be necessary.
Diffstat (limited to 'core/Tracker.php')
-rw-r--r--core/Tracker.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index 2c38955ea0..9c22ab804d 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -70,8 +70,6 @@ class Tracker
{
$this->handleFatalErrors();
- \Piwik\FrontController::createConfigObject();
-
if ($this->isDebugModeEnabled()) {
ErrorHandler::registerErrorHandler();
ExceptionHandler::setUp();