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>
This commit is contained in:
Nick Clemens 2016-11-22 10:45:56 +00:00 committed by Kyle M Hall
parent 50537e6a00
commit 65af3904c5

View file

@ -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");