Skip to content
Snippets Groups Projects
Commit ac495597 authored by catch's avatar catch
Browse files

Issue #2137217 by aspilicious: Remove install_time() variable get usage.

parent 241348d5
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ function system_requirements($phase) {
// Determine when cron last ran.
$cron_last = \Drupal::state()->get('system.cron_last');
if (!is_numeric($cron_last)) {
$cron_last = variable_get('install_time', 0);
$cron_last = \Drupal::state()->get('install_time', 0);
}
// Determine severity based on time since cron last ran.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment