Skip to content
Snippets Groups Projects
Commit cdf87bf8 authored by Sonny Kieu's avatar Sonny Kieu Committed by Rajab Natshah
Browse files

Issue #3393820 by sonnykt: Fix reintroduced bug about Warning: Undefined array key "ip" after 1.0.2

parent dbd079c3
No related branches found
Tags 10.0.2
1 merge request!12Issue #3393820 by sonnykt: Fix reintroduced bug about Warning: Undefined array key "ip" after 1.0.2
......@@ -98,7 +98,7 @@ function admin_audit_trail_insert(array &$log) {
'description' => $log['description'],
'created' => $log['created'],
'uid' => $log['uid'],
'ip' => $log['ip'],
'ip' => $log['ip'] ?? '',
'path' => $log['path'],
'ref_char' => $log['ref_char'],
'ref_numeric' => $log['ref_numeric'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment