https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46802|0 |1 is obsolete| | --- Comment #179 from Jonathan Druart <[email protected]> --- Created attachment 47432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47432&action=edit Bug 13618: Fix error 'Not a GLOB reference' The interpolation of a variable on including a file caused an unexpected error: Template process failed: undef error - Not a GLOB reference at /usr/lib/i386-linux-gnu/perl5/5.20/Template/Provider.pm line 619. The easier fix is to replace it with a SWITCH. Signed-off-by: Signed-off-by: Joonas Kylmälä <[email protected]> Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
