From ce40e98e58c760f918955c14ffc2fdf687f471d0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 Jan 2010 04:24:14 +0000 Subject: - Patch #637146 by naxoc, David_Rothstein: HEAD install redirect failed because common.inc was not loaded in _db_check_install_needed(). --- includes/install.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index d1496fcbd..454e2ed45 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -879,6 +879,7 @@ function drupal_install_fix_file($file, $mask, $message = TRUE) { */ function install_goto($path) { global $base_url; + include_once DRUPAL_ROOT . '/includes/common.inc'; header('Location: ' . $base_url . '/' . $path); header('Cache-Control: no-cache'); // Not a permanent redirect. drupal_exit(); -- cgit v1.2.3