Skip to content

Commit e1652a4

Browse files
committed
Fixed the install.php dialog
1 parent 50dcfef commit e1652a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
$database = new Database(); // test the connection --> Exception if it doesn't work
154154

155155
$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
156157
} catch (Exception $e) {
157158
$messages[] = array('text' => nl2br($e->getMessage()), 'strong' => true, 'color' => 'red');
158159
}

0 commit comments

Comments
 (0)