From 390af63e16e9e739843e0d0101d58bf5cf8707e1 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 14 Feb 2018 13:18:37 +0100 Subject: [PATCH] Fix wrong class name --- nntmux/db/DbUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntmux/db/DbUpdate.php b/nntmux/db/DbUpdate.php index 048554b2f..2362fd5e7 100755 --- a/nntmux/db/DbUpdate.php +++ b/nntmux/db/DbUpdate.php @@ -114,7 +114,7 @@ class DbUpdate $this->processPatches(['safe' => $options['safe']]); // Make sure we are completely up to date! - ColorCLI::doEcho(Color::primaryOver('Looking for new patches...'), true); + ColorCLI::doEcho(ColorCLI::primaryOver('Looking for new patches...'), true); $files = Utility::getDirFiles($options); $count = \count($files);