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