Skip to content
Snippets Groups Projects
Commit 67da91bd authored by Ronan Dowling's avatar Ronan Dowling
Browse files

Allows source selection

parent 3853c3d2
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class BackupMigrateAdvancedBackupForm extends FormBase {
*/
public function submitForm(array &$form, FormStateInterface $form_state) {
$config = $form_state->getValues();
backup_migrate_perform_backup($config['source_id'], 'download', $config);
backup_migrate_perform_backup($config['source_id'], $config['destination_id'], $config);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment