diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
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(); |