diff --git a/Blacklight/processing/ProcessReleases.php b/Blacklight/processing/ProcessReleases.php index 2ebbbc988..9a8fddd89 100755 --- a/Blacklight/processing/ProcessReleases.php +++ b/Blacklight/processing/ProcessReleases.php @@ -782,7 +782,7 @@ class ProcessReleases ColorCLI::primary( number_format($nzbCount).' NZBs created/Collections deleted in '. $totalTime.' seconds.'.PHP_EOL. - 'Total time: '.ColorCLI::primary($totalTime).' seconds' + 'Total time: '.ColorCLI::primary($totalTime. ' seconds') ), true ); diff --git a/Changelog b/Changelog index d3858fe97..f8d909e0f 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-09-13 DariusIII + * Chg: Fix misplaced seconds word in ProcessReleases class * Chg: Prevent errors on missing images on TVDB * Chg: Update scripts to use now() helper * Chg: Use now() helper and related functions for time calculations in ProcessReleases class