summaryrefslogtreecommitdiff
path: root/includes/cache-install.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cache-install.inc')
-rw-r--r--includes/cache-install.inc3
1 files changed, 1 insertions, 2 deletions
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);
}
}