http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942

--- Comment #39 from Jonathan Druart <jonathan.dru...@biblibre.com> ---
(In reply to comment #37)
> Created attachment 15021 [details]
> Bug 8942 : Adding a test to make sure we don't use single quotes for js

Hi Chris,

Don't you think is better to push the complete filepath in order to avoid
ambiguity between OPAC and intranet files?

-        push @files, { name => "$_", lines => \@lines } if @lines;
+        push @files, { name => $File::Find::name, lines => \@lines } if
@lines;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to