diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-06-27 18:38:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-06-27 18:38:46 +0000 |
commit | 578d266d2fbf62434161629e4e17f194156f6de5 (patch) | |
tree | 617d88dbc871cb7715909f4f29db9d9065c4d66c | |
parent | 58aee8cdad4baef160f7e0cf6dc5e245a1acc080 (diff) | |
download | brdo-578d266d2fbf62434161629e4e17f194156f6de5.tar.gz brdo-578d266d2fbf62434161629e4e17f194156f6de5.tar.bz2 |
- Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0e8df86e4..761952068 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -833,7 +833,6 @@ function _drupal_bootstrap($phase) { session_start(); break; case 'page cache': - require_once './includes/bootstrap.inc'; require_once './includes/module.inc'; // Start a page timer: timer_start('page'); |