summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-14 21:13:42 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-14 21:13:42 +0000
commit534287b1bc054a4141855ce472d3c400af7d6784 (patch)
tree92fcdb859045d4a81099be4cc3a7ec5d9bd617b0 /includes/xmlrpc.inc
parenta10731cedf6acb9acabaed2ad3c8fe6ce4816ae9 (diff)
downloadbrdo-534287b1bc054a4141855ce472d3c400af7d6784.tar.gz
brdo-534287b1bc054a4141855ce472d3c400af7d6784.tar.bz2
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 4964838ee..7dbb0665b 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -349,7 +349,6 @@ 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;
}