Fitoussi / geo-my-wp

Advanced mapping and geolocation plugin for Wordpress
https://geomywp.com
36 stars 22 forks source link

Update gmw-fl-location-tab.php #54

Closed Tonipetrov closed 5 years ago

Tonipetrov commented 7 years ago

On the location tab I get two errors. On PHP version 7 and 7.1 I'm getting Notice: Array to string conversion in /wp-content/plugins/geo-my-wp/plugins/friends/includes/gmw-fl-location-tab.php on line 297. Fixed it by making $option['name'] a variable before using it. On line 425 $location->formatted_address isn't escaped. It's a problem first for security reasons and also, when there are quotes in the address it gets cut. Escaped it using esc_html.

Fitoussi commented 5 years ago

Hi @Tonipetrov,

I apologize for replying to this only now.

A lot has changed in GEO my WP since then and so is the file you mentioned.

This should not be an issue in GEO my WP 3.0+.