LM fix for incorrect schema error
This commit is contained in:
parent
86d67348e9
commit
3560a0be1d
|
@ -1037,7 +1037,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($error_code != 0) {
|
if ($error_code != 0) {
|
||||||
print "<error error-code='$error_code'/>";
|
print_error_xml(5);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue