mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +03:00
Bugfix undefined $oConfig
This commit is contained in:
parent
a4aec30035
commit
6d7c84226a
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ class ServiceActions
|
|||
$sTheme = $this->oActions->ValidateTheme($this->aPaths[4]);
|
||||
|
||||
$bAppDebug = $this->Config()->Get('debug', 'enable', false);
|
||||
$sMinify = ($bAppDebug || $oConfig->Get('labs', 'use_app_debug_css', false)) ? '' : 'min';
|
||||
$sMinify = ($bAppDebug || $this->Config()->Get('labs', 'use_app_debug_css', false)) ? '' : 'min';
|
||||
|
||||
$bCacheEnabled = !$bAppDebug && $this->Config()->Get('labs', 'cache_system_data', true);
|
||||
if ($bCacheEnabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue