From 200cb7952221a852a0de95ad8f0ce92a798525de Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 18 Mar 2010 11:39:23 -0600 Subject: [PATCH] Bug #8914: Fix function name --- framework/Form/Form/Type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Form/Form/Type.php b/framework/Form/Form/Type.php index b0ef8917d..be70e40b5 100644 --- a/framework/Form/Form/Type.php +++ b/framework/Form/Form/Type.php @@ -3150,7 +3150,7 @@ class Horde_Form_Type_sound extends Horde_Form_Type { function init() { - $this->_sounds = array_keys(Horde_Themes::getSounds()); + $this->_sounds = array_keys(Horde_Themes::soundList()); } function getSounds() -- 2.11.0