From 578d266d2fbf62434161629e4e17f194156f6de5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Jun 2005 18:38:46 +0000 Subject: [PATCH] - Patch #25816 by Robert Douglass: removed extra load of boostrap.inc. --- includes/bootstrap.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0e8df86e4a1..761952068f3 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');