mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2025-02-17 03:43:10 +01:00
LSattr_html :: image : fix PHP warning
This commit is contained in:
parent
5674a99a7c
commit
fb7efd9a14
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class LSattr_html_image extends LSattr_html {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($data)>1) {
|
if ($data && count($data)>1) {
|
||||||
LSerror :: addErrorCode('LSattr_html_03','password');
|
LSerror :: addErrorCode('LSattr_html_03','password');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue