mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
This commit is contained in:
parent
ea084b8b03
commit
79e0a3e706
@ -4,4 +4,4 @@ HumHub Changelog
|
||||
1.15.0 (Unreleased)
|
||||
-------------------
|
||||
- Fix #6216: Spaces icon in admin menu
|
||||
|
||||
- Fix #6229: Bug on saving forms: Zend OPcache API is restricted by "restrict_api"
|
||||
|
@ -72,7 +72,7 @@ class DynamicConfig extends BaseObject
|
||||
file_put_contents($configFile, $content);
|
||||
|
||||
if (function_exists('opcache_invalidate')) {
|
||||
opcache_invalidate($configFile);
|
||||
@opcache_invalidate($configFile);
|
||||
}
|
||||
|
||||
if (function_exists('apc_compile_file')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user