Function rename fix
This commit is contained in:
parent
43c0907de3
commit
945595129b
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class Archive extends XR_LocStor {
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
$fname = "transported_playlist.lspl";
|
$fname = "transported_playlist.lspl";
|
||||||
$id = $this->_idFromGunid($gunid);
|
$id = $this->idFromGunid($gunid);
|
||||||
$acc = $this->bsAccess($plfpath, 'lspl', NULL, 'download');
|
$acc = $this->bsAccess($plfpath, 'lspl', NULL, 'download');
|
||||||
if ($this->dbc->isError($acc)) {
|
if ($this->dbc->isError($acc)) {
|
||||||
return $acc;
|
return $acc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue