Fixes for function renaming.
This commit is contained in:
parent
b77c92a667
commit
7558ac6153
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class uiBrowser extends uiBase {
|
||||||
*/
|
*/
|
||||||
function listen2Audio($clipid)
|
function listen2Audio($clipid)
|
||||||
{
|
{
|
||||||
$id = $this->gb->_idFromGunid($clipid);
|
$id = $this->gb->idFromGunid($clipid);
|
||||||
$type = $this->gb->getFileType($id);
|
$type = $this->gb->getFileType($id);
|
||||||
|
|
||||||
if (strtolower($type) === strtolower(UI_FILETYPE_AUDIOCLIP)) {
|
if (strtolower($type) === strtolower(UI_FILETYPE_AUDIOCLIP)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue