mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-61326-master' of git://github.com/peterRd/moodle
This commit is contained in:
commit
a88dfa1bf6
@ -291,7 +291,7 @@ class repository_equella extends repository {
|
||||
|
||||
foreach (self::get_all_editing_roles() as $role) {
|
||||
$mform->addElement('header', 'groupheader_'.$role->shortname, get_string('group', 'repository_equella',
|
||||
format_string($role->name)));
|
||||
role_get_name($role)));
|
||||
$mform->addElement('text', "equella_{$role->shortname}_shareid", get_string('sharedid', 'repository_equella'));
|
||||
$mform->setType("equella_{$role->shortname}_shareid", PARAM_RAW);
|
||||
$mform->addElement('text', "equella_{$role->shortname}_sharedsecret",
|
||||
|
Loading…
x
Reference in New Issue
Block a user