Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-11 19:02:23 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-08-11 19:02:23 +0300
commit13ca01ee1256dba54d1e2793bd409d3b7c8d6058 (patch)
treeabede987494360419201f2ca2a79d4f464a70e5c /apps/theming/lib/Themes/DefaultTheme.php
parenta61331f4560468e6d433cf32e008b157b06e7ea9 (diff)
Fix unit tests for the theming app
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/theming/lib/Themes/DefaultTheme.php')
-rw-r--r--apps/theming/lib/Themes/DefaultTheme.php1
1 files changed, 0 insertions, 1 deletions
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