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-10-10 05:38:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-10 05:38:44 +0400
commitb6a4d25127b207143b500295432ba53e9a018c84 (patch)
treeff3017d32b63cb2018085d053023cb0466a882c5 /plugins/ExampleUI
parent13b35fa25a615366c78ef682798e40e83f961713 (diff)
Refs #4208 Move Plugin classes to core/Plugin for clarity
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index 0b607682bc..f4dd86c6fb 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -18,7 +18,7 @@ use Piwik\ViewDataTable;
/**
* @package ExampleUI
*/
-class Controller extends \Piwik\Controller
+class Controller extends \Piwik\Plugin\Controller
{
public function dataTables()
{