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 <fabian.becker@uni-tuebingen.de>2013-07-18 13:28:48 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-07-18 13:28:48 +0400
commit181a36bbe3f3b9081d7bfe7e89a86b63fd6b5eb5 (patch)
treed2c63f66f644e30d2f49223b7b2c4dae8fb3eaa6 /plugins/Overlay
parent879d0e094824bd6d46ca1ecbba1cda945394bb05 (diff)
Refactor class Piwik to \Piwik\Core\Piwik
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/API.php1
-rw-r--r--plugins/Overlay/Controller.php2
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 9ba98a900d..812a792e14 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -1,5 +1,6 @@
<?php
use Piwik\Core\Config;
+use Piwik\Core\Piwik;
/**
* Piwik - Open source web analytics
diff --git a/plugins/Overlay/Controller.php b/plugins/Overlay/Controller.php
index 7ed58eaba4..8fccad0a3a 100644
--- a/plugins/Overlay/Controller.php
+++ b/plugins/Overlay/Controller.php
@@ -1,4 +1,6 @@
<?php
+use Piwik\Core\Piwik;
+
/**
* Piwik - Open source web analytics
*