From f9e1b4cdce1f109379ae29005cc39de500a83365 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 21 Apr 2017 15:19:53 +0200 Subject: [PATCH] Update message for added or updated XXX movies --- nntmux/XXX.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nntmux/XXX.php b/nntmux/XXX.php index f9cb8ee4a..16c625c3a 100755 --- a/nntmux/XXX.php +++ b/nntmux/XXX.php @@ -573,8 +573,7 @@ class XXX if ($this->echooutput) { ColorCLI::doEcho( - ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' : 'Nothing to update for XXX movie: ')) . - ColorCLI::primary($mov['title']) + ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' . ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: ' . ColorCLI::primary($mov['title']))) ); }