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 'plugins/Installation/Installation.php')
-rw-r--r--plugins/Installation/Installation.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index 8017e4e535..1fb9a565f9 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -6,20 +6,20 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_Installation
+ * @package Installation
*/
+namespace Piwik\Plugins\Installation;
+
use Piwik\Piwik;
use Piwik\Common;
-use Piwik\Plugin;
-use Piwik\Translate;
/**
*
- * @package Piwik_Installation
+ * @package Installation
*/
-class Piwik_Installation extends Plugin
+class Installation extends \Piwik\Plugin
{
- protected $installationControllerName = 'Piwik_Installation_Controller';
+ protected $installationControllerName = 'Controller';
/**
* @see Piwik_Plugin::getListHooksRegistered