mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
mnet MDL-17082 fixing typo in previous bugfix
Merged from MOODLE_19_STABLE
This commit is contained in:
parent
c83afdc36e
commit
9828db68fe
@ -24,7 +24,7 @@
|
||||
$hostid = optional_param('hostid', NULL, PARAM_INT);
|
||||
$publishes = optional_param('publish', null, PARAM_BOOL); // optional_param cleans arrays too
|
||||
$subscribes = optional_param('subscribe', null, PARAM_BOOL); // optional_param cleans arrays too
|
||||
$exists = optional_param('subscribe', null, PARAM_BOOL); // optional_param cleans arrays too
|
||||
$exists = optional_param('exists', null, PARAM_BOOL); // optional_param cleans arrays too
|
||||
|
||||
$nocertstring = '';
|
||||
$nocertmatch = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user