From bbc35345a65ada12890a28fef030c340f77d1765 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 13 Sep 2018 10:36:34 +0200 Subject: [PATCH] Fix misplaced seconds word in ProcessReleases class --- Blacklight/processing/ProcessReleases.php | 2 +- Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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