mirror of
https://github.com/splitbrain/dokuwiki-plugin-upgrade.git
synced 2025-07-23 00:28:08 +00:00
@ -269,7 +269,7 @@ class helper_plugin_upgrade extends DokuWiki_Plugin
|
|||||||
|
|
||||||
// clear opcache
|
// clear opcache
|
||||||
if (function_exists('opcache_reset')) {
|
if (function_exists('opcache_reset')) {
|
||||||
opcache_reset();
|
@opcache_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->log('success', '<b>' . $this->getLang('finish') . '</b>');
|
$this->log('success', '<b>' . $this->getLang('finish') . '</b>');
|
||||||
|
Reference in New Issue
Block a user