Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing initialization in AuthArmor.php #1

Open
beastybeast opened this issue Jan 24, 2022 · 0 comments
Open

Missing initialization in AuthArmor.php #1

beastybeast opened this issue Jan 24, 2022 · 0 comments

Comments

@beastybeast
Copy link

Uncaught Error: Attempt to assign property "ip_address" on null in /XXXX/autharmor/AuthArmor.php:156

I added

$post->origin_location_data = new stdClass();

after

$post = new stdClass();

in the following 2 functions auth_request_async and auth_request

@beastybeast beastybeast changed the title Missing initialization Missing initialization in AuthArmor.php Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant