mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
LSattribute :: getDependsAttrs() : Fixed notice PHP
This commit is contained in:
parent
02d5955075
commit
0b442784a0
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class LSattribute {
|
|||
* @retval array les noms des attributs dépendants
|
||||
*/
|
||||
function getDependsAttrs() {
|
||||
return $this -> config['dependAttrs'];
|
||||
return (isset($this -> config['dependAttrs'])?$this -> config['dependAttrs']:null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue