Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2017-08-09 18:06:15 +0300
committerAmenadiel <amenadiel@gmail.com>2017-08-09 18:06:15 +0300
commitcbd50e40488a5a9dc49b8f69693f02067d4f35ea (patch)
treee9436ef5ac0f03fe112bb71d915d5572f8c3b111 /src/controllers/IntroController.php
parent000c43ccfda93a629c636465a69fb404559c03f4 (diff)
workaround to overwrite
Diffstat (limited to 'src/controllers/IntroController.php')
-rw-r--r--src/controllers/IntroController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 8a5ddc46..de3f3a00 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -48,7 +48,8 @@ class IntroController extends BaseController
public function doDefault()
{
- $conf = $this->conf;
+ //$conf = $this->conf;
+ $conf = $this->misc->getConf();
$misc = $this->misc;
$lang = $this->lang;