mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:17:14 +02:00
Fix recovery ID not being recorded
This commit is contained in:
parent
bb8caa0ce3
commit
ec3580f596
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ void DomainContentBackupManager::recoverFromBackup(MiniPromise::Promise promise,
|
||||||
success = false;
|
success = false;
|
||||||
} else {
|
} else {
|
||||||
_isRecovering = true;
|
_isRecovering = true;
|
||||||
|
_recoveryFilename = backupName;
|
||||||
for (auto& handler : _backupHandlers) {
|
for (auto& handler : _backupHandlers) {
|
||||||
handler->recoverBackup(zip);
|
handler->recoverBackup(zip);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue