From: Jan Schneider Date: Mon, 22 Nov 2010 15:43:57 +0000 (+0100) Subject: Fix method name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=554c9cc47c78bbd7bd8969d52370d2e67e28c978;p=horde.git Fix method name. --- 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'); } }