From 614a4dea23f15199731e71c87f07e78808ed9a08 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 6 Dec 2009 18:27:23 +0000 Subject: #320132 by kbahey, catch: Make path.inc swappable. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 4ee60902d..3cdea3375 100644 --- a/install.php +++ b/install.php @@ -240,7 +240,7 @@ function install_begin_request(&$install_state) { require_once DRUPAL_ROOT . '/modules/system/system.install'; require_once DRUPAL_ROOT . '/includes/common.inc'; require_once DRUPAL_ROOT . '/includes/file.inc'; - require_once DRUPAL_ROOT . '/includes/path.inc'; + require_once DRUPAL_ROOT . '/' . variable_get('path_inc', 'includes/path.inc'); // Load module basics (needed for hook invokes). include_once DRUPAL_ROOT . '/includes/module.inc'; -- cgit v1.2.3