removing the temporary hack now that #1708 has been fixed
This commit is contained in:
parent
fc866bbfb7
commit
3d79b7ce2a
|
@ -2544,12 +2544,6 @@ WebStorageClient :: restoreBackupCheck(
|
|||
|
||||
execute(restoreBackupCheckMethodName, parameters, result);
|
||||
|
||||
// <<<
|
||||
// TODO: remove this hack after bug #1708 has been fixed
|
||||
XmlRpcValue oldResult = result;
|
||||
result.clear();
|
||||
result = oldResult["status"];
|
||||
// >>>
|
||||
checkStruct(restoreBackupCheckMethodName,
|
||||
result,
|
||||
restoreBackupStatusParamName,
|
||||
|
|
Loading…
Reference in New Issue