mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
fixed first row with index="0" got displayed wired eg. in file selection popup, caused by empty("0") === true
This commit is contained in:
parent
852a836730
commit
aff5641761
@ -1082,7 +1082,7 @@ class etemplate extends boetemplate
|
|||||||
}
|
}
|
||||||
$form_name = self::form_name($cname,$name);
|
$form_name = self::form_name($cname,$name);
|
||||||
|
|
||||||
if (!empty($name))
|
if ((string)$name !== '')
|
||||||
{
|
{
|
||||||
$value = $this->get_array($content,$name);
|
$value = $this->get_array($content,$name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user