Fixed function call names for renamed functions.

This commit is contained in:
paul 2006-11-21 16:19:53 +00:00
parent d9f5ba0335
commit a3bd7c9d73
1 changed files with 1 additions and 1 deletions

View File

@ -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