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.