Merge pull request #53591 from nextcloud/backport/53210/stable31

[stable31] fix: clear opcache after app extraction
This commit is contained in:
MichaIng 2025-06-19 14:25:49 +02:00 committed by GitHub
commit 023bbe7409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -332,6 +332,9 @@ class Installer {
}
OC_Helper::copyr($extractDir, $baseDir);
OC_Helper::rmdirr($extractDir);
if (function_exists('opcache_reset')) {
opcache_reset();
}
return;
}
// Signature does not match