backdrop-contrib / smart_ip

Backdrop module to identify visitor's geographical location (longitude/latitude), country, region, city and postal code based on the IP address of the visitor
GNU General Public License v2.0
0 stars 1 forks source link

Issue #1: Prevent PHP fatal on PHP7 by passing correct arguments to u… #2

Open jenlampton opened 5 years ago

jenlampton commented 5 years ago

Fixes https://github.com/backdrop-contrib/smart_ip/issues/1

pgrayove-mcpl commented 1 year ago

I tested this fix and it seems to work except I get this error now: Notice: Undefined property: User::$is_new in smart_ip_user_presave() (line 261 of /app/modules/contrib/smart_ip/smart_ip.module).