Merge branch 'MDL-70269_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
This commit is contained in:
@@ -66,7 +66,7 @@ if ($ADMIN->fulltree) {
|
||||
);
|
||||
$settings->add(new admin_setting_configselect('antivirus_clamav/clamfailureonupload',
|
||||
new lang_string('clamfailureonupload', 'antivirus_clamav'),
|
||||
new lang_string('configclamfailureonupload', 'antivirus_clamav'), 'donothing', $options));
|
||||
new lang_string('configclamfailureonupload', 'antivirus_clamav'), 'tryagain', $options));
|
||||
|
||||
// Number of attempts clamav will try when there is error during a scanning process.
|
||||
$options = array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5);
|
||||
|
||||
Reference in New Issue
Block a user