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 7 Oct 2008 21:53:31 -0000 @@ -1058,7 +1058,7 @@ function _drupal_bootstrap($phase) { bootstrap_invoke_all('exit'); } // We are done. - exit; + return; } // Prepare for non-cached page workflow. drupal_page_header();