From 13ca01ee1256dba54d1e2793bd409d3b7c8d6058 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 11 Aug 2022 18:02:23 +0200 Subject: Fix unit tests for the theming app Signed-off-by: Carl Schwan --- apps/theming/lib/Themes/DefaultTheme.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/theming/lib') diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php index df444ebe2d2..d327b7db6d4 100644 --- a/apps/theming/lib/Themes/DefaultTheme.php +++ b/apps/theming/lib/Themes/DefaultTheme.php @@ -191,7 +191,6 @@ class DefaultTheme implements ITheme { '--background-invert-if-bright' => 'invert(100%)', ]; - // Register image variables only if custom-defined $backgroundDeleted = $this->config->getAppValue('theming', 'backgroundMime', '') === 'backgroundColor'; foreach(['logo', 'logoheader', 'favicon', 'background'] as $image) { // If primary as background has been request, let's not define the background image -- cgit v1.2.3