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
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class M3uPlaylist {
list($length, $title) = preg_split("|, *|", $md);
// $gunid = StoredFile::_createGunid();
$gunid = ( isset($gunids[basename($uri)]) ? $gunids[basename($uri)] : NULL);
$acId = $r = $gb->_idFromGunid($gunid);
$acId = $r = $gb->idFromGunid($gunid);
if (PEAR::isError($r)) {
return $r;
}