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:33:23 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-07-18 13:33:23 +0400
commit9b2c0a7a450fff3b634f8119c8003ae1d20b97d0 (patch)
treef761b0baa3ef936a50777ea8c746a013cec387ca /plugins/SitesManager
parent181a36bbe3f3b9081d7bfe7e89a86b63fd6b5eb5 (diff)
Refactor class Piwik_Commin to \Piwik\Core\Common
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/API.php1
-rw-r--r--plugins/SitesManager/Controller.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index cc537a43db..69a72e92cd 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -9,6 +9,7 @@
* @package Piwik_SitesManager
*/
use Piwik\Core\Piwik;
+use Piwik\Core\Piwik_Common;
/**
* The SitesManager API gives you full control on Websites in Piwik (create, update and delete), and many methods to retrieve websites based on various attributes.
diff --git a/plugins/SitesManager/Controller.php b/plugins/SitesManager/Controller.php
index adf875266f..3a73b32d60 100644
--- a/plugins/SitesManager/Controller.php
+++ b/plugins/SitesManager/Controller.php
@@ -9,6 +9,7 @@
* @package Piwik_SitesManager
*/
use Piwik\Core\Piwik;
+use Piwik\Core\Piwik_Common;
/**
*