From: Michael M Slusarz Date: Mon, 15 Nov 2010 23:37:20 +0000 (-0700) Subject: Bug #9384: Fix directory name for sounds. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=76152d6a2976549c96ae0aec5b20c4669b8a68bf;p=horde.git Bug #9384: Fix directory name for sounds. --- diff --git a/framework/Core/lib/Horde/Themes/Sound.php b/framework/Core/lib/Horde/Themes/Sound.php index 40ac59300..b67df3fc9 100644 --- a/framework/Core/lib/Horde/Themes/Sound.php +++ b/framework/Core/lib/Horde/Themes/Sound.php @@ -19,6 +19,6 @@ class Horde_Themes_Sound extends Horde_Themes_Element * * @var string */ - protected $_dirname = 'sound'; + protected $_dirname = 'sounds'; }