mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
expanded !$var check to use empty($var)
This commit is contained in:
parent
c218e158b1
commit
8a2a675b37
@ -975,7 +975,7 @@
|
||||
}
|
||||
$image = $lang_images;
|
||||
}
|
||||
while (!$image_found && list(,$img) = each($image))
|
||||
while (empty($image_found) && list(,$img) = each($image))
|
||||
{
|
||||
if(isset($this->found_files[$appname][$img.$ext]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user