mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-50198' of git://github.com/timhunt/moodle
This commit is contained in:
commit
23abab38e7
@ -183,7 +183,7 @@ if ($ADMIN->fulltree) {
|
||||
// Password.
|
||||
$quizsettings->add(new admin_setting_configtext_with_advanced('quiz/password',
|
||||
get_string('requirepassword', 'quiz'), get_string('configrequirepassword', 'quiz'),
|
||||
array('value' => '', 'adv' => true), PARAM_TEXT));
|
||||
array('value' => '', 'adv' => false), PARAM_TEXT));
|
||||
|
||||
// IP restrictions.
|
||||
$quizsettings->add(new admin_setting_configtext_with_advanced('quiz/subnet',
|
||||
|
Loading…
x
Reference in New Issue
Block a user