Calls to getString/getArray need updating
cameron1729 opened this issue · 0 comments
cameron1729 commented
After the lib upgrade, there's still a few calls to getArray
that need to be changed to getOptionalArray
e.g.,:
- https://github.com/catalyst/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L150
- https://github.com/catalyst/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L166
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.