projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fe48e
)
Fix method name.
author
Jan Schneider
<jan@horde.org>
Mon, 22 Nov 2010 15:43:57 +0000
(16:43 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 22 Nov 2010 15:43:57 +0000
(16:43 +0100)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
eb7b321
..
b06717d
100644
(file)
--- a/
imp/lib/IMP.php
+++ b/
imp/lib/IMP.php
@@
-941,7
+941,7
@@
class IMP
}
if ($sound = $GLOBALS['prefs']->getValue('nav_audio')) {
- $GLOBALS['notification']->push(Horde_Themes::sound
e
($sound), 'audio');
+ $GLOBALS['notification']->push(Horde_Themes::sound($sound), 'audio');
}
}