summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 85498438c..3d6078b14 100644
--- a/functions.php
+++ b/functions.php
@@ -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) {