aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/updateController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/updateController.php')
-rw-r--r--app/Controllers/updateController.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php
index d9b817412..675bd7def 100644
--- a/app/Controllers/updateController.php
+++ b/app/Controllers/updateController.php
@@ -259,6 +259,10 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController {
}
}
+ if (function_exists('opcache_reset')) {
+ opcache_reset();
+ }
+
if ($res === true) {
Minz_Request::forward(array(
'c' => 'update',