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/Controller.php')
-rw-r--r--plugins/Installation/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 298cb0d791..2f9fdcba37 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -243,7 +243,7 @@ class Controller extends \Piwik\Controller\Admin
$error = true;
}
- if (!DbHelper::isDatabaseConnectionUTF8()) {
+ if (!DbHelper::isDatabaseConnectionUTF8()) {
$dbInfos = $this->session->db_infos;
$dbInfos['charset'] = 'utf8';
$this->session->db_infos = $dbInfos;
@@ -484,7 +484,7 @@ class Controller extends \Piwik\Controller\Admin
$configPath = Config::getLocalConfigPath();
if (!file_exists($configPath)) {
- $this->addTrustedHosts();
+ $this->addTrustedHosts();
$this->writeConfigFileFromSession();
}