Update log writing for login info

Fix the deprecated message in the Admin/Backend one with a full sample
Update the admin_header include sample page with the corret writeLog call
This commit is contained in:
Clemens Schwaighofer
2025-01-16 10:40:41 +09:00
parent e063162161
commit 08664e9834
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ $data = [
// log action
// no log if login
if (!$login->loginActionRun()) {
$login->writeLog('Submit', $data, $cms->adbGetActionSet(), 'BINARY');
$login->writeLog('Submit', $data, action_set:$cms->adbGetActionSet(), write_type:'BINARY');
}
//------------------------------ logging end