Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.230
diff -u -p -r1.230 bootstrap.inc
--- includes/bootstrap.inc	6 Oct 2008 22:40:20 -0000	1.230
+++ includes/bootstrap.inc	11 Oct 2008 06:39:46 -0000
@@ -827,8 +827,8 @@ function watchdog($type, $message, $vari
     foreach (module_implements('watchdog', TRUE) as $module) {
       module_invoke($module, 'watchdog', $log_message);
     }
+    $in_error_state = FALSE;
   }
-  $in_error_state = FALSE;
 }
 
 /**
