#1704 restoreBackup XMLRPC fixed
This commit is contained in:
parent
3d79b7ce2a
commit
c1253836d4
5 changed files with 96 additions and 18 deletions
|
@ -119,8 +119,9 @@ class Restore {
|
|||
$r['status'] = $stat;
|
||||
if ($stat=='fault') {
|
||||
$r['faultString'] = $message;
|
||||
} else {
|
||||
$r['faultString'] = '';
|
||||
}
|
||||
// $r['token'] = $token;
|
||||
return $r;
|
||||
} else {
|
||||
return PEAR::raiseError('Restore::checkRestore: invalid token!');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue