summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-08 07:07:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-08 07:07:15 +0000
commit8e22c48576e4f999137d1e01b3cd91f915752b97 (patch)
tree701e518aff24e39da2e640adbf3a7fe4999654a2 /update.php
parentcc42c55f8648c21e67d593251ee778db1f8d1ef0 (diff)
downloadbrdo-8e22c48576e4f999137d1e01b3cd91f915752b97.tar.gz
brdo-8e22c48576e4f999137d1e01b3cd91f915752b97.tar.bz2
#653956 by moshe weitzman and catch: Create {cache_bootstrap()} in update_prepare_d7_bootstrap() to fix yet another problem in the update path.
Diffstat (limited to 'update.php')
-rw-r--r--update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 9cfef2b7c..2ea827ea0 100644
--- a/update.php
+++ b/update.php
@@ -294,6 +294,7 @@ require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
require_once DRUPAL_ROOT . '/includes/update.inc';
require_once DRUPAL_ROOT . '/includes/common.inc';
require_once DRUPAL_ROOT . '/includes/entity.inc';
+require_once DRUPAL_ROOT . '/includes/unicode.inc';
update_prepare_d7_bootstrap();
// Determine if the current user has access to run update.php.