Fixed function call names for renamed functions.
This commit is contained in:
parent
d9f5ba0335
commit
a3bd7c9d73
|
@ -273,7 +273,7 @@ class Restore {
|
|||
}
|
||||
if (!PEAR::isError($ex) && $ex) { // file is exists in storage server
|
||||
//replace it
|
||||
$id = $this->gb->_idFromGunid($gunid);
|
||||
$id = $this->gb->idFromGunid($gunid);
|
||||
$replace = $this->gb->replaceFile(
|
||||
$id, # id int, virt.file's local id
|
||||
$mediaFileLP, # mediaFileLP string, local path of media file
|
||||
|
|
Loading…
Reference in New Issue