Signed-off-by: Galen Charlton <[email protected]>
---
 C4/Languages.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Languages.pm b/C4/Languages.pm
index ab57614..5879930 100644
--- a/C4/Languages.pm
+++ b/C4/Languages.pm
@@ -265,7 +265,7 @@ sub _get_language_dirs {
         next if $lang_string =~/css$/;
         next if $lang_string =~/CVS$/;
         next if $lang_string =~/\.txt$/i;     #Don't read the readme.txt !
-        next if $lang_string =~/img|images|famfam/;
+        next if $lang_string =~/img|images|famfam|sound/;
         push @lang_strings, $lang_string;
     }
         return (@lang_strings);
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to