Merge pull request #11964 from snipe/fixes/audit_admin_presenting

Use admin ID for audit log notification
This commit is contained in:
snipe 2022-10-12 16:00:50 -07:00 committed by GitHub
commit 80279a95ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ trait Loggable
$params = [
'item' => $log->item,
'filename' => $log->filename,
'admin' => $log->user,
'admin' => $log->admin,
'location' => ($location) ? $location->name : '',
'note' => $note,
];