Merge pull request #9846 from bafbes/abb80037

Fix:empty value instead of 0 for empty links
This commit is contained in:
Laurent Destailleur 2018-10-24 01:43:37 +02:00 committed by GitHub
commit 54b0fa1057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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