Fixes for function renaming.

This commit is contained in:
paul 2006-11-21 16:58:21 +00:00
parent b77c92a667
commit 7558ac6153
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ class uiBrowser extends uiBase {
*/
function listen2Audio($clipid)
{
$id = $this->gb->_idFromGunid($clipid);
$id = $this->gb->idFromGunid($clipid);
$type = $this->gb->getFileType($id);
if (strtolower($type) === strtolower(UI_FILETYPE_AUDIOCLIP)) {