summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 5abccfeb0..97fff169a 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1513,6 +1513,9 @@ function _drupal_bootstrap($phase) {
}
// Prepare for non-cached page workflow.
+ require_once DRUPAL_ROOT . '/' . variable_get('lock_inc', 'includes/lock.inc');
+ lock_initialize();
+
if ($_SERVER['SERVER_SOFTWARE'] !== 'PHP CLI') {
ob_start();
drupal_page_header();