Function rename fix

This commit is contained in:
paul 2006-11-21 17:16:57 +00:00
parent 43c0907de3
commit 945595129b
1 changed files with 1 additions and 1 deletions

View File

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