From de33f74b4040cc3f7880269152b277d90b081cc8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Apr 2010 17:16:45 +0000 Subject: - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function. --- includes/cache-install.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/cache-install.inc') diff --git a/includes/cache-install.inc b/includes/cache-install.inc index e0772bea7..3a754e55f 100644 --- a/includes/cache-install.inc +++ b/includes/cache-install.inc @@ -41,8 +41,7 @@ class DrupalFakeCache extends DrupalDatabaseCache implements DrupalCacheInterfac // subtle bugs, some of which would not be fixed unless the site // administrator cleared the cache manually. try { - if (function_exists('drupal_install_initialize_database')) { - drupal_install_initialize_database(); + if (class_exists('Database')) { parent::clear($cid, $wildcard); } } -- cgit v1.2.3