aboutsummaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/install.php')
-rw-r--r--public/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/install.php b/public/install.php
index 9f576c7c9..ba8fe3675 100644
--- a/public/install.php
+++ b/public/install.php
@@ -218,6 +218,7 @@ function saveStep3 () {
writeLine ($f, 'prefix = "' . $_SESSION['bd_prefix'] . '"');
fclose ($f);
+ $_SESSION['bd_prefix'] .= (empty($_SESSION['default_user']) ? '' : ($_SESSION['default_user'] . '_'));
$res = checkBD ();
if ($res) {