From 90acf993417f3109536f4d95f3acdb12065e1631 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 31 Jul 2006 19:24:16 +0000 Subject: #75264: Redirect uninstalled default Drupal site to install.php --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 9c0ae27ae..3713d2178 100644 --- a/update.php +++ b/update.php @@ -686,8 +686,8 @@ ini_set('display_errors', TRUE); // Access check: if (($access_check == FALSE) || ($user->uid == 1)) { - $install = FALSE; include_once './includes/install.inc'; + drupal_load_updates(); update_fix_schema_version(); update_fix_watchdog_115(); -- cgit v1.2.3