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

Merge branch '5626-add-askme-support-for-members-in-groups-and-roles' into '1.3-dev'

Resolve "Add %askme% support for members in groups and roles"

See merge request fusiondirectory/fd!98
Showing with 1 addition and 1 deletion
+1 -1
...@@ -395,7 +395,7 @@ class GenericDialogAttribute extends DialogAttribute ...@@ -395,7 +395,7 @@ class GenericDialogAttribute extends DialogAttribute
if (empty($attrs) && $this->isTemplate()) { if (empty($attrs) && $this->isTemplate()) {
$this->fillDisplayValueFrom($i, NULL); $this->fillDisplayValueFrom($i, NULL);
} else { } 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