Closed alex-rowe closed 10 years ago
A lang string similar to below would be suitable but uses mdl_role.name instead of shortname
settings.php: Line 86
$heading = ecs('group.noname', $role->shortname);
Also the version.php file needs to be updated to install the new language strings.
Thanks @agrowe this has been fixed.
Thanks for the fix @dongsheng, the version number should be incrementally updated as well so that it installs the new language strings introduced.
Version number updated.
Thanks
We have additional roles to what is standard in Moodle as well as name changes to the standard roles. The plugin in now doing a get string based on role shortname which causes errors when debugging is turned on.
Can settings.php be changed to use variables in the string or another method so that each roles does not need to be added to the lang file.
Thanks