mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Resolve #880
This commit is contained in:
parent
32e933b435
commit
49a63f37c9
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class InstallStep implements IRepairStep
|
|||
|
||||
\clearstatcache();
|
||||
\clearstatcache(true);
|
||||
// opcache_reset is a terrible solution, but certain Nextcloud setups have issues
|
||||
\is_callable('opcache_reset') && \opcache_reset();
|
||||
|
||||
\OCA\SnappyMail\Util\SnappyMailHelper::loadApp();
|
||||
|
||||
|
|
Loading…
Reference in a new issue