From 7558ac6153bbcf43d45e73d30e0385961e572b7a Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 16:58:21 +0000 Subject: [PATCH] Fixes for function renaming. --- campcaster/src/modules/htmlUI/var/ui_browser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/htmlUI/var/ui_browser.class.php b/campcaster/src/modules/htmlUI/var/ui_browser.class.php index 5155f280d..8febaddfa 100644 --- a/campcaster/src/modules/htmlUI/var/ui_browser.class.php +++ b/campcaster/src/modules/htmlUI/var/ui_browser.class.php @@ -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)) {