People
-
- Assignee:
- Martín Langhoff
- Reporter:
- Petr Škoda (skodak)
- Tester:
- Nobody
- Participants:
Vote
(0)
Watch
(1)
Dates
-
- Created:
- Updated:
- Resolved:
Proposed patch did not contain condition to run the hook only when mnet enabled.
going to commit:
function prelogout_hook() {
global $MNET, $CFG, $USER;
if (!is_enabled_auth('mnet')) { return; }
please review and close if ok