From 945595129ba517069e6f2fb30fdfc878c4289032 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 17:16:57 +0000 Subject: [PATCH] Function rename fix --- campcaster/src/modules/archiveServer/var/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/archiveServer/var/Archive.php b/campcaster/src/modules/archiveServer/var/Archive.php index 2eccfda1a..48cb1f7af 100644 --- a/campcaster/src/modules/archiveServer/var/Archive.php +++ b/campcaster/src/modules/archiveServer/var/Archive.php @@ -225,7 +225,7 @@ class Archive extends XR_LocStor { return $res; } $fname = "transported_playlist.lspl"; - $id = $this->_idFromGunid($gunid); + $id = $this->idFromGunid($gunid); $acc = $this->bsAccess($plfpath, 'lspl', NULL, 'download'); if ($this->dbc->isError($acc)) { return $acc;