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 'core/Session.php')
-rw-r--r--core/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Session.php b/core/Session.php
index a19a546dab..df511d1464 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -11,7 +11,7 @@
namespace Piwik;
use Exception;
-use Piwik\Log;
+
use Piwik\Session\SaveHandler\DbTable;
use Zend_Session;