Fixed function call names for renamed functions.

This commit is contained in:
paul 2006-11-21 16:01:16 +00:00
parent 1a0cc368f0
commit d41cffbc08

View file

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