http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12162 --- Comment #29 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marc Véron from comment #28)
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.
Yeah, saw those lines too and copied Jonathan on this report. -- You are receiving this mail because: You are watching all bug changes.