summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-05 19:27:34 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-05 19:27:34 +0000
commit5b6acba1d2d9d3039fca231ccfc82585fce66590 (patch)
tree88d78717f716273e2f2334637bbef4c12771e3c5 /install.php
parent3774362838a45a0a1f4f39c18e5cbd04a632959e (diff)
downloadbrdo-5b6acba1d2d9d3039fca231ccfc82585fce66590.tar.gz
brdo-5b6acba1d2d9d3039fca231ccfc82585fce66590.tar.bz2
- Patch #652042 by chx: cache.inc is always needed.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php
index d440ad46a..4ee60902d 100644
--- a/install.php
+++ b/install.php
@@ -267,7 +267,6 @@ function install_begin_request(&$install_state) {
// suspect, due to the fact that Drupal is not fully set up yet.
require_once DRUPAL_ROOT . '/includes/cache.inc';
require_once DRUPAL_ROOT . '/includes/cache-install.inc';
- $conf['cache_inc'] = 'includes/cache.inc';
$conf['cache_default_class'] = 'DrupalFakeCache';
// Prepare for themed output, if necessary. We need to run this at the