mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +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)) {
|
if (\is_file($sThemeFile)) {
|
||||||
$aResult[] = '@base: "'
|
$aResult[] = '@base: "'
|
||||||
. ($bCustomTheme ? Utils::WebPath() : Utils::WebVersionPath())
|
. ($bCustomTheme ? \RainLoop\Utils::WebPath() : \RainLoop\Utils::WebVersionPath())
|
||||||
. 'themes/'.$sTheme.'/";';
|
. 'themes/'.$sTheme.'/";';
|
||||||
|
|
||||||
$aResult[] = \file_get_contents($sThemeFile);
|
$aResult[] = \file_get_contents($sThemeFile);
|
||||||
|
|
Loading…
Reference in a new issue