Removing access restriction only for admin to use max score 100 in scorm import refs BT#16500

pull/3025/head
Nicolas Ducoulombier 6 years ago
parent 927e476c3e
commit 8db1c548fe
  1. 4
      main/upload/form.scorm.php

@ -84,9 +84,7 @@ if (api_get_setting('search_enabled') == 'true') {
}
}
if (api_is_platform_admin()) {
$form->addElement('checkbox', 'use_max_score', null, get_lang('UseMaxScore100'));
}
$form->addElement('checkbox', 'use_max_score', null, get_lang('UseMaxScore100'));
if (api_get_configuration_value('allow_htaccess_import_from_scorm')) {
$form->addElement('checkbox', 'allow_htaccess', null, get_lang('AllowHtaccessScormImport'));

Loading…
Cancel
Save