driebit / ginger

Ginger: awesome semantic CMS built on Zotonic
http://ginger.nl
Apache License 2.0
29 stars 9 forks source link

Remove call to binary_to_existing_atom #712

Closed cdfa closed 1 year ago

cdfa commented 1 year ago

This function is only available from OTP 23 and ginger is stuck on OTP 22. I think I tested this functionality with z_convert:to_atom, but forgot to test it after I changed it to binary_to_existing_atom after a PR comment. It seems I introduced it without actually using it in EBA and it seems it is not necessary anyway, because you can use the predicate id instead of it's unique name.