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 'core/Config.php')
-rw-r--r--core/Config.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Config.php b/core/Config.php
index 698dc28a08..91853de733 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -422,10 +422,6 @@ class Config extends Singleton
}
$section =& $this->settings->get($name);
- if ($section === null) {
- $section = array();
- }
-
return $section;
}