This commit is contained in:
the-djmaze 2023-01-27 16:08:42 +01:00
parent 32e933b435
commit 49a63f37c9

View file

@ -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();