Fixed function call names for renamed functions.
This commit is contained in:
parent
1a0cc368f0
commit
d41cffbc08
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class M3uPlaylist {
|
||||||
list($length, $title) = preg_split("|, *|", $md);
|
list($length, $title) = preg_split("|, *|", $md);
|
||||||
// $gunid = StoredFile::_createGunid();
|
// $gunid = StoredFile::_createGunid();
|
||||||
$gunid = ( isset($gunids[basename($uri)]) ? $gunids[basename($uri)] : NULL);
|
$gunid = ( isset($gunids[basename($uri)]) ? $gunids[basename($uri)] : NULL);
|
||||||
$acId = $r = $gb->_idFromGunid($gunid);
|
$acId = $r = $gb->idFromGunid($gunid);
|
||||||
if (PEAR::isError($r)) {
|
if (PEAR::isError($r)) {
|
||||||
return $r;
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue