- Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.

4.7.x
Dries Buytaert 2005-06-27 18:38:46 +00:00
parent 58aee8cdad
commit 578d266d2f
1 changed files with 0 additions and 1 deletions

View File

@ -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');