mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
Bugfix: undefined class Utils
This commit is contained in:
parent
6c370abac3
commit
4579a786ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue