Fixes for function renaming.
This commit is contained in:
parent
b77c92a667
commit
7558ac6153
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue