diff --git a/lib/private/Installer.php b/lib/private/Installer.php index 00fdd84c1bc..5300a485d80 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -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