Problem/Motivation
eu_cookie_compliance.api.php line 27 is$geoip_match = FALSE;
I think it should be $geoip_match['in_eu'] = FALSE;
eu_cookie_compliance.api.php line 27 is$geoip_match = FALSE;
I think it should be $geoip_match['in_eu'] = FALSE;
Comments
Comment #2
svenryen commentedThanks for catching that.
Here's a patch to resolve the issue. Both d7 and d8 were affected.
Comment #5
svenryen commentedGiven that there's no executable code affected, this should require no review.