mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 05:41:28 +00:00
fix sanity check error message format
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user