mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed wrongly display blur text for value "0"
This commit is contained in:
parent
f90e1da24f
commit
f156301f25
@ -1133,7 +1133,7 @@ class etemplate extends boetemplate
|
||||
{
|
||||
if ($blur)
|
||||
{
|
||||
if (empty($value))
|
||||
if ((string)$value === '')
|
||||
{
|
||||
$value = $blur;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user