mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small fixes
+ BUTTON_THREAD_MORE
This commit is contained in:
parent
3dac6809d1
commit
1481bd88e5
34 changed files with 118 additions and 53 deletions
|
|
@ -541,7 +541,7 @@ class ServiceActions
|
|||
if (!empty($this->aPaths[3]))
|
||||
{
|
||||
$bAdmim = 'Admin' === (isset($this->aPaths[2]) ? (string) $this->aPaths[2] : 'App');
|
||||
$sLanguage = $this->oActions->ValidateLanguage($this->aPaths[3], $bAdmim);
|
||||
$sLanguage = $this->oActions->ValidateLanguage($this->aPaths[3], '', $bAdmim);
|
||||
|
||||
$bCacheEnabled = $this->Config()->Get('labs', 'cache_system_data', true);
|
||||
if (!empty($sLanguage) && $bCacheEnabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue