summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-03 10:09:08 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-03 10:09:08 +0000
commitfac840fe8680dceff91e9a73d359037e2f755297 (patch)
tree20029edc5974d5ab5b71796e1f193b627be2adf5 /update.php
parentdb3a2cc175a0e77a1ed8e5bbd63e5710b35d2c09 (diff)
downloadbrdo-fac840fe8680dceff91e9a73d359037e2f755297.tar.gz
brdo-fac840fe8680dceff91e9a73d359037e2f755297.tar.bz2
- Patch by Bart: fixed update.php after bootstrap patch.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index aae141d4c..90eace13b 100644
--- a/update.php
+++ b/update.php
@@ -207,7 +207,7 @@ function update_info() {
if (isset($_GET["op"])) {
include_once "includes/bootstrap.inc";
- include_once "includes/common.inc";
+ drupal_bootstrap('full');
// Access check:
if (($access_check == 0) || ($user->uid == 1)) {