diff options
-rw-r--r-- | lib/private/Installer.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php index 7395e365d00..0ae374ce6e2 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 |