Fix:empty value instead of 0 for empty links

This commit is contained in:
Abbes Bahfir 2018-10-23 00:00:05 +01:00
parent f65df9e541
commit 5bac6a92e6

View File

@ -6219,6 +6219,7 @@ abstract class CommonObject
return 'Error bad setup of extrafield';
}
}
else $value='';
}
elseif ($type == 'text' || $type == 'html')
{