mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
Forgot to commit regarding APC => APCU
Mentioned at https://github.com/the-djmaze/snappymail/issues/99#issuecomment-879835900
This commit is contained in:
parent
c46a28a8cf
commit
6e41f19b02
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ abstract class AbstractConfig
|
|||
$this->sFileHeader = $sFileHeader;
|
||||
$this->aData = $this->defaultValues();
|
||||
|
||||
$this->bUseApcCache = APP_USE_APC_CACHE &&
|
||||
$this->bUseApcCache = APP_USE_APCU_CACHE &&
|
||||
\MailSo\Base\Utils::FunctionExistsAndEnabled(array('apcu_fetch', 'apcu_store'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue