mirror of
https://github.com/splitbrain/dokuwiki-plugin-upgrade.git
synced 2025-07-20 16:45:35 +00:00
@ -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>');
|
||||
|
Reference in New Issue
Block a user