Browse Source

Bug 17626 (QA followup)

Fix SAX parser error pointing to INSTALL docs

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
16.11.x
Nick Clemens 7 years ago
committed by Kyle M Hall
parent
commit
65af3904c5
  1. 2
      misc/sax_parser_print.pl

2
misc/sax_parser_print.pl

@ -12,4 +12,4 @@ You have:
$parser\n";
print "Looks " .
($parser =~ /^XML::LibXML::SAX::Parser=HASH/ ?
"good.\n" : "bad, check INSTALL.* documentation.\n");
"good.\n" : "bad, check the Koha wiki documentation at https://wiki.koha-community.org.\n");

Loading…
Cancel
Save