mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +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;
|
$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]))
|
if(isset($this->found_files[$appname][$img.$ext]))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user