1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 13:51:29 +00:00

fix sanity check error message format

This commit is contained in:
Andrew Dolgov
2006-06-01 14:43:26 +01:00
parent 1035fcecd8
commit 4c2abbc121

View File

@@ -1550,7 +1550,9 @@
$error_msg = "$error_msg; $add_msg";
}
print "<rpc-reply>";
print "<error error-code=\"$code\" error-msg=\"$error_msg\"/>";
print "</rpc-reply>";
}
function subscribe_to_feed($link, $feed_link, $cat_id = 0) {