[Koha-bugs] [Bug 18634] Missing empty line at end of opac.pref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 23 16:36:36 CEST 2017


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

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Just looked a bit deeper in the code:

misc/translator uses YAML::Syck::LoadFile on a pref file

admin/preferences first uses gettemplate on a pref file, runs template->output
and feeds that into YAML::Syck::Load

Seems your problem is related to the second route.
In order to know what happens with your french prefs, please examine the output
of $data=gettemplate(...) and then $data->output in a test script, making sure
that gettemplate reads your french file.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list