diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/extension/Installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/Installer.php b/lib/plugins/extension/Installer.php index 9307b57d0..e08f1da52 100644 --- a/lib/plugins/extension/Installer.php +++ b/lib/plugins/extension/Installer.php @@ -361,7 +361,7 @@ class Installer @touch(reset($config_cascade['main']['local'])); if (function_exists('opcache_reset')) { - opcache_reset(); + @opcache_reset(); } } |