Fix:empty value instead of 0 for empty links
This commit is contained in:
parent
f65df9e541
commit
5bac6a92e6
@ -6219,6 +6219,7 @@ abstract class CommonObject
|
||||
return 'Error bad setup of extrafield';
|
||||
}
|
||||
}
|
||||
else $value='';
|
||||
}
|
||||
elseif ($type == 'text' || $type == 'html')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user