summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/install.inc1
1 files changed, 1 insertions, 0 deletions
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();