X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=4b4940d2777e27ec1a4ef33b6317fe4f1c41e820;hb=bf0b98017decf73123891e935993f2921d3b0acf;hp=f3969a6f24b87e0d2f46c9162238921b70989c87;hpb=fa95911fdb2209907572381c62b1fa70088af634;p=friendica.git diff --git a/mod/install.php b/mod/install.php index f3969a6f24..4b4940d277 100644 --- a/mod/install.php +++ b/mod/install.php @@ -222,6 +222,7 @@ function install_content(App $a) { $dbdata = notags(trim($_POST['dbdata'])); $phpath = notags(trim($_POST['phpath'])); + $adminmail = notags(trim($_POST['adminmail'])); $tpl = get_markup_template('install_db.tpl'); $o .= replace_macros($tpl, [ @@ -539,7 +540,7 @@ function load_database_rem($v, $i) { } function load_database() { - $errors = DBStructure::update(false, true); + $errors = DBStructure::update(false, true, true); return $errors; }