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

8.0.x
catch 2013-11-16 21:29:18 +00:00
parent 241348d510
commit ac49559784
1 changed files with 1 additions and 1 deletions

View File

@ -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.