Skip to content
Snippets Groups Projects
Commit f897ba70 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add a call to unl_bootstrap to update.php and update .htaccess.sample

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@244 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 820feb3f
Branches
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ DirectoryIndex index.php index.html index.htm
# THIS SECTION IS AUTOMATICALY GENERATED.
# DO NOT EDIT!!!!
RewriteRule .*/update.php update.php
# %UNL_CREATION_TOOL_STUB%
# END AUTOMATICALLY GENERATED AREA.
......
......@@ -330,12 +330,14 @@ ini_set('display_errors', FALSE);
// We prepare a minimal bootstrap for the update requirements check to avoid
// reaching the PHP memory limit.
require_once DRUPAL_ROOT . '/includes/unl_bootstrap.inc';
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/file.inc';
require_once DRUPAL_ROOT . '/includes/entity.inc';
require_once DRUPAL_ROOT . '/includes/unicode.inc';
unl_bootstrap();
update_prepare_d7_bootstrap();
// Determine if the current user has access to run update.php.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment