From 4579a786ab634e36be81ff376bd465a626ea6947 Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 28 Apr 2021 10:57:18 +0200 Subject: [PATCH] Bugfix: undefined class Utils --- snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php index a2e8909f4..0e1885b10 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php @@ -108,7 +108,7 @@ trait Themes if (\is_file($sThemeFile)) { $aResult[] = '@base: "' - . ($bCustomTheme ? Utils::WebPath() : Utils::WebVersionPath()) + . ($bCustomTheme ? \RainLoop\Utils::WebPath() : \RainLoop\Utils::WebVersionPath()) . 'themes/'.$sTheme.'/";'; $aResult[] = \file_get_contents($sThemeFile);