HasteDesign / Registrations-for-WooCommerce

Add a registration product type to your WooCommerce installation.
GNU General Public License v2.0
38 stars 16 forks source link

Problem with serialized participants #38

Open 3O3 opened 5 years ago

3O3 commented 5 years ago

I found a problem with the serialized data for participants; when the name of participant have an apostrophe the serialized result is broken. Example:

s:4:"name";s:6:"ANDREA";s:7:"surname";s:9:"SANDONA'" the surname lenght is s:9; but real lenght is 8.

This issue broke the output of participants in order list and details

Thanks and complimets for this great plugins!