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:
authorFabian Becker <halfdan@xnorfz.de>2013-09-30 12:42:33 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-09-30 12:42:33 +0400
commit86d65a7f04af930e5ad4a8ffc909d22c75cc2396 (patch)
tree8fb084f10ce12cf91d2c2fb6885bc5d0b7d1a9ea
parent43a3b7fdf40071263f1d4853081783fe597bdf7b (diff)
Update FrontController.php
-rw-r--r--core/FrontController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index c7b895cc2a..0d35a1d507 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -14,6 +14,7 @@ use Exception;
use Piwik\API\Request;
use Piwik\API\ResponseBuilder;
use Piwik\Session;
+use Piwik\Registry;
/**
* Front controller.