Loading core/modules/aggregator/src/Controller/AggregatorController.php +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public function adminOverview() { $next_update = $this->t('imminently'); } elseif ($last_checked && $refresh_rate) { $next_update = $next = $this->t('%time left', ['%time' => $this->dateFormatter->formatInterval($last_checked + $refresh_rate - REQUEST_TIME)]); $next_update = $this->t('%time left', ['%time' => $this->dateFormatter->formatInterval($last_checked + $refresh_rate - REQUEST_TIME)]); } else { $next_update = $this->t('never'); Loading Loading
core/modules/aggregator/src/Controller/AggregatorController.php +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public function adminOverview() { $next_update = $this->t('imminently'); } elseif ($last_checked && $refresh_rate) { $next_update = $next = $this->t('%time left', ['%time' => $this->dateFormatter->formatInterval($last_checked + $refresh_rate - REQUEST_TIME)]); $next_update = $this->t('%time left', ['%time' => $this->dateFormatter->formatInterval($last_checked + $refresh_rate - REQUEST_TIME)]); } else { $next_update = $this->t('never'); Loading