summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-07-31 19:24:16 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-07-31 19:24:16 +0000
commit90acf993417f3109536f4d95f3acdb12065e1631 (patch)
tree917d2e41bb8797583e2994df0b529333a75eb02e /update.php
parent2cc410304d21aec3cd26c0573c3952c36260a188 (diff)
downloadbrdo-90acf993417f3109536f4d95f3acdb12065e1631.tar.gz
brdo-90acf993417f3109536f4d95f3acdb12065e1631.tar.bz2
#75264: Redirect uninstalled default Drupal site to install.php
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 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();