diff --git a/core/modules/statistics/statistics.module b/core/modules/statistics/statistics.module index 0e88deb..9c2d6cf 100644 --- a/core/modules/statistics/statistics.module +++ b/core/modules/statistics/statistics.module @@ -54,8 +54,8 @@ function statistics_exit() { // When serving cached pages with the 'page_cache_without_database' // configuration, system variables need to be loaded. This is a major // performance decrease for non-database page caches, but with Statistics - // module, it is likely to also have 'statistics_enable_access_log' enabled, - // in which case we need to bootstrap to the session phase anyway. + // module, it is likely to also have 'statistics.settings:access_log.enabled' + // enabled, in which case we need to bootstrap to the session phase anyway. drupal_bootstrap(DRUPAL_BOOTSTRAP_VARIABLES); if (config('statistics.settings')->get('access_log.enabled')) {