Loading core/lib/Drupal/Core/Cron.php +3 −1 Original line number Diff line number Diff line Loading @@ -166,6 +166,9 @@ public function run() { // Release cron lock. $this->lock->release('cron'); // Add watchdog message. $this->logger->info('Cron run completed.'); // Return TRUE so other functions can check if it did run successfully $return = TRUE; } Loading @@ -183,7 +186,6 @@ protected function setCronLastTime() { // Record cron time. $request_time = $this->time->getRequestTime(); $this->state->set('system.cron_last', $request_time); $this->logger->info('Cron run completed.'); } /** Loading Loading
core/lib/Drupal/Core/Cron.php +3 −1 Original line number Diff line number Diff line Loading @@ -166,6 +166,9 @@ public function run() { // Release cron lock. $this->lock->release('cron'); // Add watchdog message. $this->logger->info('Cron run completed.'); // Return TRUE so other functions can check if it did run successfully $return = TRUE; } Loading @@ -183,7 +186,6 @@ protected function setCronLastTime() { // Record cron time. $request_time = $this->time->getRequestTime(); $this->state->set('system.cron_last', $request_time); $this->logger->info('Cron run completed.'); } /** Loading