diff modules/update/update.fetch.inc @ 19:3edae6ecd6c6 6.9

Drupal 6.9
author Franck Deroche <franck@defr.org>
date Thu, 15 Jan 2009 10:15:56 +0100
parents 2427550111ae
children
line wrap: on
line diff
--- a/modules/update/update.fetch.inc	Tue Dec 23 14:32:55 2008 +0100
+++ b/modules/update/update.fetch.inc	Thu Jan 15 10:15:56 2009 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: update.fetch.inc,v 1.7.2.1 2008/04/09 18:36:58 goba Exp $
+// $Id: update.fetch.inc,v 1.7.2.2 2009/01/14 21:36:16 goba Exp $
 
 /**
  * @file
@@ -57,7 +57,6 @@
     watchdog('update', 'Fetched information about all available new releases and updates.', array(), WATCHDOG_NOTICE, l(t('view'), 'admin/reports/updates'));
   }
   else {
-    module_invoke('system', 'check_http_request');
     watchdog('update', 'Unable to fetch any information about available new releases and updates.', array(), WATCHDOG_ERROR, l(t('view'), 'admin/reports/updates'));
   }
   return $available;