michaelryanmcneill / shibboleth

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

Fix redirect_to URL since WordPress 6 #88

Closed masteradhoc closed 1 year ago

masteradhoc commented 1 year ago

Fixes #86

jrchamp commented 1 year ago

Hi @masteradhoc

It looks like this Pull Request is incorrectly modifying line 534: https://github.com/michaelryanmcneill/shibboleth/blob/f9bae4445778cd00a61a40942abeba5799a2ea8b/shibboleth.php#L534

Instead, it should probably be updating line 962 (as mentioned in #86): https://github.com/michaelryanmcneill/shibboleth/blob/f9bae4445778cd00a61a40942abeba5799a2ea8b/shibboleth.php#L962

masteradhoc commented 1 year ago

@jrchamp thanks! adjusted it now