-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.0.1
-
MOODLE_20_STABLE
When running with debugging on the Shibboleth admin settings page throws a couple notices; both are caused by unchecked variables which at least in a default setting aren't checked. The first can be removed altogether, since it makes no sense to display it; the second can be wrapped in an isset(). Patch here: https://github.com/mackensen/moodle/compare/shib-alt-config.
- will be (partly) resolved by
-
MDL-32251 fix strict PHP notices - part 3
- Closed