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