mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [FIX] Fixed wrong Acl behavior
* [FIX] Minor bugfixes * [MOD] Updated db schema
This commit is contained in:
@@ -81,7 +81,7 @@ class ConfigGeneralController extends SimpleControllerBase
|
||||
$configData->setLogEnabled($logEnabled);
|
||||
$configData->setLogEvents(Request::analyzeArray('log_events', function ($items) {
|
||||
return ConfigUtil::eventsAdapter($items);
|
||||
}));
|
||||
}, []));
|
||||
|
||||
$configData->setSyslogEnabled($syslogEnabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user