summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index ebd19c461..6dd79b8c3 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -350,6 +350,7 @@ function xmlrpc_error($code = NULL, $message = NULL) {
$xmlrpc_error->is_error = TRUE;
$xmlrpc_error->code = $code;
$xmlrpc_error->message = $message;
+ module_invoke('system', 'check_http_request');
}
return $xmlrpc_error;
}