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

[stable31] fix: clear opcache after app extraction
pull/53577/head
MichaIng 2025-06-19 14:25:49 +07:00 committed by GitHub
commit 023bbe7409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

@ -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