13 Aug
2014
13 Aug
'14
2:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12162 --- Comment #28 from Marc Véron <veron@veron.ch> --- I installed QA tools and found the following in QohA/File/Template.pm, sub check_valid_template: (...) $self->path =~ /opac-tmpl/ ? 'opac' : 'intranet'; $template_dir = File::Spec->rel2abs("koha-tmpl/${tmpl_type}-tmpl/prog/en/modules"); $include_dir = File::Spec->rel2abs("koha-tmpl/${tmpl_type}-tmpl/prog/en/includes"); (...) For OPAC, only prog is tested, not bootstrap. In this case, it is a false positive... ...and missing includes won't be failed for bootstrap. -- You are receiving this mail because: You are watching all bug changes.