From 3d6fb5f041fa19cf0221ffd82ffc99aaef0c3fd2 Mon Sep 17 00:00:00 2001 From: Darko Date: Fri, 10 Jul 2015 14:17:52 +0200 Subject: [PATCH] Change the instantiation. --- newznab/controllers/Groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newznab/controllers/Groups.php b/newznab/controllers/Groups.php index 919cd8c5d..eca5e8ad6 100644 --- a/newznab/controllers/Groups.php +++ b/newznab/controllers/Groups.php @@ -27,7 +27,7 @@ class Groups $options += $defaults; $this->pdo = ($options['Settings'] instanceof Settings ? $options['Settings'] : new Settings()); - $this->colorCLI = ($options['ColorCLI'] instanceof \ColorCLI ? $options['ColorCLI'] : new \ColorCLI()); + $this->colorCLI = ($options['ColorCLI'] instanceof ColorCLI ? $options['ColorCLI'] : new ColorCLI()); } /** * Get all group rows.