Commit a4270fd6 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(argonaut): Fix PHP error in argonaut queue

issue #5743
Showing with 1 addition and 1 deletion
+1 -1
......@@ -301,7 +301,7 @@ class argonautQueue extends simpleManagement
trigger_error('Duplicated mac address '.$mac[0].' in LDAP');
}
if (count($objects) > 0) {
$dn = reset($objects)[0];
$dn = reset($objects)['dn'];
break;
}
}
......
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