Skip to content
Snippets Groups Projects
Commit c111a6bd authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #19031 TIME 0:05 fix undefined label

parent e26afa2f
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ class HistoryController
'ip' => $value['ip'],
'message' => $message,
'data' => $data,
'objectLabel' => $value['label']
'objectLabel' => $value['label'] ?? null
];
}
......
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