mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
function aleaChar() : fixed php warning
This commit is contained in:
parent
dfc8f368ba
commit
09f1c22e9f
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ function LSdebugDefined() {
|
|||
$nchars.=$chs['chars'];
|
||||
}
|
||||
}
|
||||
if(strlen($chars)>0) {
|
||||
if(is_string($chars) && strlen($chars)>0) {
|
||||
$chars=$nchars;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue