removing the temporary hack now that #1708 has been fixed
This commit is contained in:
parent
fc866bbfb7
commit
3d79b7ce2a
1 changed files with 0 additions and 6 deletions
|
@ -2544,12 +2544,6 @@ WebStorageClient :: restoreBackupCheck(
|
||||||
|
|
||||||
execute(restoreBackupCheckMethodName, parameters, result);
|
execute(restoreBackupCheckMethodName, parameters, result);
|
||||||
|
|
||||||
// <<<
|
|
||||||
// TODO: remove this hack after bug #1708 has been fixed
|
|
||||||
XmlRpcValue oldResult = result;
|
|
||||||
result.clear();
|
|
||||||
result = oldResult["status"];
|
|
||||||
// >>>
|
|
||||||
checkStruct(restoreBackupCheckMethodName,
|
checkStruct(restoreBackupCheckMethodName,
|
||||||
result,
|
result,
|
||||||
restoreBackupStatusParamName,
|
restoreBackupStatusParamName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue