fix sanity check error message format
This commit is contained in:
parent
1035fcecd8
commit
4c2abbc121
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue