mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 09:53:17 -05:00
Merge pull request #53210 from nextcloud/bug/52977/opcache-reset-after-app-extract
This commit is contained in:
commit
d53776913e
1 changed files with 3 additions and 0 deletions
|
|
@ -341,6 +341,9 @@ class Installer {
|
|||
// otherwise we just copy the outer directory
|
||||
$this->copyRecursive($extractDir, $baseDir);
|
||||
Files::rmdirr($extractDir);
|
||||
if (function_exists('opcache_reset')) {
|
||||
opcache_reset();
|
||||
}
|
||||
return;
|
||||
}
|
||||
// Signature does not match
|
||||
|
|
|
|||
Loading…
Reference in a new issue