1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 08:11:28 +00:00

LM fix for incorrect schema error

This commit is contained in:
Andrew Dolgov
2006-03-31 06:58:27 +01:00
parent 86d67348e9
commit 3560a0be1d

View File

@@ -1037,7 +1037,7 @@
}
if ($error_code != 0) {
print "<error error-code='$error_code'/>";
print_error_xml(5);
return false;
} else {
return true;