michaelryanmcneill / shibboleth

Shibboleth plugin for WordPress
https://wordpress.org/plugins/shibboleth/
19 stars 11 forks source link

PHP log message - Undefined array key "attribute_access_fallback" #82

Closed jrchamp closed 10 months ago

jrchamp commented 2 years ago

My guess is that because it's display: block sometimes, the browser isn't sending a value so $_POST isn't being populated. There's probably a few that are like that, so we probably want to call isset() in options-admin.php before assuming that we can safely use the values.

jrchamp commented 10 months ago

Fixed by 225cb5a