projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25091e
)
Bug #8914: Fix function name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 17:39:23 +0000
(11:39 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 17:39:23 +0000
(11:39 -0600)
framework/Form/Form/Type.php
patch
|
blob
|
history
diff --git
a/framework/Form/Form/Type.php
b/framework/Form/Form/Type.php
index
b0ef891
..
be70e40
100644
(file)
--- 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()