From fac840fe8680dceff91e9a73d359037e2f755297 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Jul 2005 10:09:08 +0000 Subject: - Patch by Bart: fixed update.php after bootstrap patch. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') 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)) { -- cgit v1.2.3