Mercurial > defr > drupal > core
diff includes/xmlrpc.inc @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | 8b6c45761e01 |
children |
line wrap: on
line diff
--- a/includes/xmlrpc.inc Tue Dec 23 14:32:55 2008 +0100 +++ b/includes/xmlrpc.inc Thu Jan 15 10:15:56 2009 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: xmlrpc.inc,v 1.47.2.4 2008/10/15 14:04:06 dries Exp $ +// $Id: xmlrpc.inc,v 1.47.2.5 2009/01/14 21:36:16 goba Exp $ /** * @file @@ -349,7 +349,6 @@ $xmlrpc_error->is_error = TRUE; $xmlrpc_error->code = $code; $xmlrpc_error->message = $message; - module_invoke('system', 'check_http_request'); } elseif ($reset) { $xmlrpc_error = NULL;