Issue #3009351 by Pol, mfb, BrianLP: [PHP ≥ 7.2] "session_id(): Cannot change session id"
parent
c8a2662355
commit
b71e4eb378
|
@ -74,8 +74,6 @@ function statistics_exit() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (variable_get('statistics_enable_access_log', 0)) {
|
if (variable_get('statistics_enable_access_log', 0)) {
|
||||||
drupal_bootstrap(DRUPAL_BOOTSTRAP_SESSION);
|
|
||||||
|
|
||||||
// For anonymous users unicode.inc will not have been loaded.
|
// For anonymous users unicode.inc will not have been loaded.
|
||||||
include_once DRUPAL_ROOT . '/includes/unicode.inc';
|
include_once DRUPAL_ROOT . '/includes/unicode.inc';
|
||||||
// Log this page access.
|
// Log this page access.
|
||||||
|
|
Loading…
Reference in New Issue