API page: https://api.drupal.org/api/drupal/core%21modules%21system%21core.api.php...

Shouldn't

$state->set('system_cron_last', REQUEST_TIME);

be

$state->set('system.cron_last', REQUEST_TIME);

?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

er.pushpinderrana’s picture

Status: Active » Needs review
FileSize
579 bytes

Please review attached patch.

amateescu’s picture

Status: Needs review » Reviewed & tested by the community

The patch looks good.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed c0683a4 and pushed to 8.0.x. Thanks!

  • alexpott committed c0683a4 on 8.0.x
    Issue #2371499 by er.pushpinderrana | Alex Bukach: Fixed Misprint in...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.