https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29245

--- Comment #14 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #12)
> Tbh this doesn't read like a trivial fix from the number of code changes. I
> also think we shouldn't hardcode templates, as this breaks the templating
> system:
> 
>      if ( C4::Context->preference('TranslateNotices') ) {
>          my $translated_languages =
> -          C4::Languages::getTranslatedLanguages( 'opac',
> -            C4::Context->preference('template') );
> +            C4::Languages::getTranslatedLanguages( 'opac', 'bootstrap' );

Try a git grep ;)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to