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:
parent
50537e6a00
commit
65af3904c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue