You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if you did a change of capability, in that case I have nothing to say. However I need that someone different from Admin role can change things on the appearence. Is right if I change this line in settings.php file?
if (has_capability('moodle/site:config', context_system::instance())) {
instead of
//if (is_siteadmin()) {
The text was updated successfully, but these errors were encountered:
Hi,
I am not sure if you did a change of capability, in that case I have nothing to say. However I need that someone different from Admin role can change things on the appearence. Is right if I change this line in settings.php file?
if (has_capability('moodle/site:config', context_system::instance())) {
instead of
//if (is_siteadmin()) {
The text was updated successfully, but these errors were encountered: