We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dcfef commit e1652a4Copy full SHA for e1652a4
install.php
@@ -153,6 +153,7 @@
153
$database = new Database(); // test the connection --> Exception if it doesn't work
154
155
$config['installation_complete']['database'] = true; // database settings successful set
156
+ $config['installation_complete']['db_backup_path'] = true; //Workaround, because we removed the dialog for this
157
} catch (Exception $e) {
158
$messages[] = array('text' => nl2br($e->getMessage()), 'strong' => true, 'color' => 'red');
159
}
0 commit comments