diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 7e03533..51c21e2 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2508,7 +2508,7 @@ function _drupal_bootstrap_page_header() {
  * @see drupal_bootstrap()
  */
 function drupal_get_bootstrap_phase() {
-  return drupal_bootstrap();
+  return drupal_bootstrap(NULL, FALSE);
 }
 
 /**
