#1704 restoreBackup XMLRPC fixed

This commit is contained in:
tomash 2006-11-09 14:38:59 +00:00
parent 3d79b7ce2a
commit c1253836d4
5 changed files with 96 additions and 18 deletions

View file

@ -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!');