Fix #6229: Bug on saving forms: Zend OPcache API is restricted by "restrict_api" (#6231)

This commit is contained in:
Marc Farré 2023-04-14 18:09:24 +02:00 committed by GitHub
parent ea084b8b03
commit 79e0a3e706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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')) {