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

:ambulance: fix(core): Fix DialogAttributes broken by previous commit

issue #5626
Showing with 1 addition and 1 deletion
+1 -1
......@@ -395,7 +395,7 @@ class GenericDialogAttribute extends DialogAttribute
if (empty($attrs) && $this->isTemplate()) {
$this->fillDisplayValueFrom($i, NULL);
} else {
$this->fillDisplayValueFrom($i, $ldap->fetch());
$this->fillDisplayValueFrom($i, $attrs);
}
}
......
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