Bugfix: undefined class Utils

This commit is contained in:
djmaze 2021-04-28 10:57:18 +02:00
parent 6c370abac3
commit 4579a786ab

View file

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