mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattribute :: getDisplayValue() : Fixed notice PHP
This commit is contained in:
parent
274ad11e6d
commit
6b065f2a61
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class LSattribute {
|
|||
return;
|
||||
}
|
||||
$data = $this -> ldap -> getDisplayValue($this -> data);
|
||||
if ($this -> config['onDisplay']) {
|
||||
if (isset($this -> config['onDisplay'])) {
|
||||
if (is_array($this -> config['onDisplay'])) {
|
||||
$result=$data;
|
||||
foreach($this -> config['onDisplay'] as $func) {
|
||||
|
|
Loading…
Reference in a new issue