Superfluous Whitespace Fix

Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2018-06-15 21:53:01 +02:00
parent 2f82c9c29c
commit 913c28ee32
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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)) {