mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03: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…
Add table
Add a link
Reference in a new issue