Bug #8914: Fix function name
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Mar 2010 17:39:23 +0000 (11:39 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Mar 2010 17:39:23 +0000 (11:39 -0600)
framework/Form/Form/Type.php

index b0ef891..be70e40 100644 (file)
@@ -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()