summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-22 19:31:07 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-22 19:31:07 +0000
commit887eecc796d53bdb4e3631381de7fa54543c2443 (patch)
tree5307704b6293da575616e47d005f132e4da20867 /install.php
parent15efe5d5f1dbe2b128ccbe1a63fa2e5d6cc02d15 (diff)
downloadbrdo-887eecc796d53bdb4e3631381de7fa54543c2443.tar.gz
brdo-887eecc796d53bdb4e3631381de7fa54543c2443.tar.bz2
#362423 by chx: Include session.inc during installer to avoid fatal errors if things don't go exactly according to plan.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index 334648896..59f2c0d19 100644
--- a/install.php
+++ b/install.php
@@ -50,6 +50,7 @@ function install_main() {
// Load module basics (needed for hook invokes).
include_once DRUPAL_ROOT . '/includes/module.inc';
+ include_once DRUPAL_ROOT . '/includes/session.inc';
$module_list['system']['filename'] = 'modules/system/system.module';
$module_list['filter']['filename'] = 'modules/filter/filter.module';
module_list(TRUE, FALSE, $module_list);