From 554c9cc47c78bbd7bd8969d52370d2e67e28c978 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 22 Nov 2010 16:43:57 +0100 Subject: [PATCH] Fix method name. --- imp/lib/IMP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/IMP.php b/imp/lib/IMP.php index eb7b32199..b06717de1 100644 --- 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::sounde($sound), 'audio'); + $GLOBALS['notification']->push(Horde_Themes::sound($sound), 'audio'); } } -- 2.11.0