Aggiunto messaggio (#314)

This commit is contained in:
Thomas Zilio 2018-10-02 18:39:12 +02:00
parent d9e2c4afd3
commit f33d31a57e
1 changed files with 2 additions and 0 deletions

View File

@ -55,4 +55,6 @@ if (filter('op') == 'restore') {
}
Backup::restore($path, post('folder') == null);
flash()->info(tr('Backup ripristinato correttamente!'));
}