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:
Diffstat (limited to 'src/controllers/IntroController.php')
-rw-r--r--src/controllers/IntroController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 1382da0a..9ffdb846 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -101,8 +101,7 @@ class IntroController extends BaseController
if (\requestInstance()->getQueryParam('language')) {
$this->view->setReloadBrowser(true);
}
- $intro_html .= $this->printFooter(false);
- return $intro_html;
+ return $intro_html . $this->printFooter(false);
}
}