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:
authormattab <matthieu.aubry@gmail.com>2013-07-20 08:49:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 08:49:26 +0400
commit6e38973acc12e9f7fa2d02edee3f8bbbfdbb9694 (patch)
tree603ff550b4302bd88a2a73f413b59cf61ef9e372 /plugins/SegmentEditor
parent03b4953f008c1063e6d7166143ba844e8c6e89cc (diff)
Removing extra namespace \Core
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/API.php4
-rw-r--r--plugins/SegmentEditor/Controller.php4
-rw-r--r--plugins/SegmentEditor/SegmentEditor.php2
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/SegmentEditor/API.php b/plugins/SegmentEditor/API.php
index 7d90bee310..c3c04a054e 100644
--- a/plugins/SegmentEditor/API.php
+++ b/plugins/SegmentEditor/API.php
@@ -8,8 +8,8 @@
* @category Piwik_Plugins
* @package Piwik_SegmentEditor
*/
-use Piwik\Core\Piwik;
-use Piwik\Core\Common;
+use Piwik\Piwik;
+use Piwik\Common;
/**
* The SegmentEditor API lets you add, update, delete custom Segments, and list saved segments.a
diff --git a/plugins/SegmentEditor/Controller.php b/plugins/SegmentEditor/Controller.php
index b48374deb1..bafab7ac46 100644
--- a/plugins/SegmentEditor/Controller.php
+++ b/plugins/SegmentEditor/Controller.php
@@ -8,8 +8,8 @@
* @category Piwik_Plugins
* @package Piwik_SegmentEditor
*/
-use Piwik\Core\Piwik;
-use Piwik\Core\Common;
+use Piwik\Piwik;
+use Piwik\Common;
/**
* @package Piwik_SegmentEditor
diff --git a/plugins/SegmentEditor/SegmentEditor.php b/plugins/SegmentEditor/SegmentEditor.php
index 41b79dcd1d..94eefc117d 100644
--- a/plugins/SegmentEditor/SegmentEditor.php
+++ b/plugins/SegmentEditor/SegmentEditor.php
@@ -8,7 +8,7 @@
* @category Piwik_Plugins
* @package Piwik_SegmentEditor
*/
-use Piwik\Core\Common;
+use Piwik\Common;
/**
* @package Piwik_SegmentEditor