mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +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;
|
||||
}
|
||||
|
||||
if (count($data)>1) {
|
||||
if ($data && count($data)>1) {
|
||||
LSerror :: addErrorCode('LSattr_html_03','password');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue