- Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.
parent
58aee8cdad
commit
578d266d2f
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue