summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 1d79b9938..bb0217d3e 100644
--- a/functions.php
+++ b/functions.php
@@ -1037,7 +1037,7 @@
}
if ($error_code != 0) {
- print "<error error-code='$error_code'/>";
+ print_error_xml(5);
return false;
} else {
return true;