Unverified Commit 810c666e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(dialogs) Fix sonar warning

issue #6069
Showing with 1 addition and 1 deletion
+1 -1
......@@ -218,7 +218,7 @@ class msg_dialog
$msg_dialogs = session::get('msg_dialogs');
$dialogInfos = [];
$dialogIds = [];
foreach ($msg_dialogs as $key => $dialog) {
foreach ($msg_dialogs as $dialog) {
$dialogInfos[] = $dialog->getDialogInfos();
$dialogIds[] = $dialog->getId();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment