Commit 92fea646 authored by Jess's avatar Jess
Browse files

Issue #3146474 by shaktik, kiamlaluno: Remove Unused variable $next from...

Issue #3146474 by shaktik, kiamlaluno: Remove Unused variable $next from AggregatorController.php file

(cherry picked from commit 5866d881)
parent 62cfcbe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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');