-
Notifications
You must be signed in to change notification settings - Fork 14
2.1 release #47
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
2.1 release #47
Conversation
shibboleth_getoption: Simplify code
options: Remove uses of extract()
|
Thanks @jrchamp for all your help on this release! |
| case 'logging' : | ||
| $constant = false; | ||
| list( $shib_logging, $shib_logging_constant ) = shibboleth_getoption( 'shibboleth_logging', true, false, true ); | ||
| list( $shib_logging, $shib_logging_constant ) = shibboleth_getoption( 'shibboleth_logging', array(), false, true ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking this should be array(), true, true. All the other ones that have a default value of array() are immediately followed by true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're correct, I'll fix this in the dot release as well.
No description provided.