Merge pull request #9846 from bafbes/abb80037
Fix:empty value instead of 0 for empty links
This commit is contained in:
commit
54b0fa1057
@ -6219,6 +6219,7 @@ abstract class CommonObject
|
|||||||
return 'Error bad setup of extrafield';
|
return 'Error bad setup of extrafield';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else $value='';
|
||||||
}
|
}
|
||||||
elseif ($type == 'text' || $type == 'html')
|
elseif ($type == 'text' || $type == 'html')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user