Merge pull request #11964 from snipe/fixes/audit_admin_presenting
Use admin ID for audit log notification
This commit is contained in:
commit
80279a95ae
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue