From a3bd7c9d73cb9e794b5ae2f5b5817d867cce21fd Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 16:19:53 +0000 Subject: [PATCH] Fixed function call names for renamed functions. --- campcaster/src/modules/storageServer/var/Restore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/storageServer/var/Restore.php b/campcaster/src/modules/storageServer/var/Restore.php index 3e41f32eb..8cd3ac33e 100644 --- a/campcaster/src/modules/storageServer/var/Restore.php +++ b/campcaster/src/modules/storageServer/var/Restore.php @@ -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