From d951d0def04597146e952b222eaa50bf4cfb8c73 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 13 Apr 2021 23:45:31 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03593=20-=20correct=20GetDefaultThemeInfo?= =?UTF-8?q?rmation=20returned=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/themehandler.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index 656403ad8..be6593563 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -46,11 +46,11 @@ class ThemeHandler 'name' => 'fullmoon', 'parameters' => [ 'variables' => [], - 'imports' => [ - ], + 'imports_variables' => [], 'stylesheets' => [ 'main' => '../css/backoffice/main.scss', ], + 'imports_utility' => [], ], ]; }