supress warnings from opcache_reset()

see dokuwiki/dokuwiki#4375
This commit is contained in:
Andreas Gohr
2025-04-10 14:10:40 +02:00
parent 1fb17b9f85
commit 0ca123f83e

View File

@ -269,7 +269,7 @@ class helper_plugin_upgrade extends DokuWiki_Plugin
// clear opcache
if (function_exists('opcache_reset')) {
opcache_reset();
@opcache_reset();
}
$this->log('success', '<b>' . $this->getLang('finish') . '</b>');