]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
Merge pull request #4618 from tobiasd/210180317-htconfig
[friendica.git] / mod / install.php
index f3969a6f24b87e0d2f46c9162238921b70989c87..4b4940d2777e27ec1a4ef33b6317fe4f1c41e820 100644 (file)
@@ -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;
 }