sounds, not sound.
authorJan Schneider <jan@horde.org>
Tue, 13 Apr 2010 21:47:44 +0000 (23:47 +0200)
committerJan Schneider <jan@horde.org>
Tue, 13 Apr 2010 21:47:44 +0000 (23:47 +0200)
framework/Core/lib/Horde/Themes.php

index b8a4214..c2e8b24 100644 (file)
@@ -295,7 +295,7 @@ class Horde_Themes
      */
     static public function sound($name = null, $options = array())
     {
-        return self::_getObject('sound', $name, $options);
+        return self::_getObject('sounds', $name, $options);
     }
 
     /**