parent
d68658a82b
commit
528081d909
@ -541,7 +541,7 @@ class ImportLDIF extends Import {
|
||||
array_merge(array($currentLine),$lines));
|
||||
|
||||
$currentLine = array_shift($lines);
|
||||
if (trim($currentLine))
|
||||
if (is_string($currentLine) && trim($currentLine) !== '')
|
||||
$processline = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user