From: Michael M Slusarz Date: Thu, 18 Mar 2010 17:39:23 +0000 (-0600) Subject: Bug #8914: Fix function name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=200cb7952221a852a0de95ad8f0ce92a798525de;p=horde.git Bug #8914: Fix function name --- 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()