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.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index 1d81de1393..8017e4e535 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -10,12 +10,14 @@
*/
use Piwik\Piwik;
use Piwik\Common;
+use Piwik\Plugin;
+use Piwik\Translate;
/**
*
* @package Piwik_Installation
*/
-class Piwik_Installation extends Piwik_Plugin
+class Piwik_Installation extends Plugin
{
protected $installationControllerName = 'Piwik_Installation_Controller';
@@ -51,7 +53,7 @@ class Piwik_Installation extends Piwik_Plugin
$message = '';
}
- Piwik_Translate::getInstance()->loadCoreTranslation();
+ Translate::getInstance()->loadCoreTranslation();
Piwik_PostEvent('Installation.startInstallation', array($this));