diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-08 07:07:15 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-08 07:07:15 +0000 |
commit | 8e22c48576e4f999137d1e01b3cd91f915752b97 (patch) | |
tree | 701e518aff24e39da2e640adbf3a7fe4999654a2 /update.php | |
parent | cc42c55f8648c21e67d593251ee778db1f8d1ef0 (diff) | |
download | brdo-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.php | 1 |
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. |