Fix method name.
authorJan Schneider <jan@horde.org>
Mon, 22 Nov 2010 15:43:57 +0000 (16:43 +0100)
committerJan Schneider <jan@horde.org>
Mon, 22 Nov 2010 15:43:57 +0000 (16:43 +0100)
imp/lib/IMP.php

index eb7b321..b06717d 100644 (file)
@@ -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');
         }
     }