catalyst/moodle-auth_saml2

Calls to getString/getArray need updating

cameron1729 opened this issue · 0 comments

After the lib upgrade, there's still a few calls to getArray that need to be changed to getOptionalArray

e.g.,:

And this one confuses me: https://github.com/sarahjcotton/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L209 - I don't get why it's called with 3 params.