From 913c28ee32df4e05cfbda22f0ac20018ed4369e8 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 15 Jun 2018 21:53:01 +0200 Subject: [PATCH] Superfluous Whitespace Fix Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines Signed-off-by: William Desportes --- libraries/classes/ThemeManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/classes/ThemeManager.php b/libraries/classes/ThemeManager.php index 7b493516b6..c759f46852 100644 --- a/libraries/classes/ThemeManager.php +++ b/libraries/classes/ThemeManager.php @@ -105,7 +105,6 @@ class ThemeManager $this->theme_default = $GLOBALS['cfg']['ThemeDefault']; } - // check if user have a theme cookie $cookie_theme = $this->getThemeCookie(); if (! $cookie_theme || ! $this->setActiveTheme($cookie_theme)) {