From 534287b1bc054a4141855ce472d3c400af7d6784 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Jan 2009 21:13:42 +0000 Subject: - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. --- includes/xmlrpc.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/xmlrpc.inc') 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; } -- cgit v1.2.3