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