openequella/moodle-mod_openEQUELLA

equella config using $CFG

Opened this issue · 3 comments

should really be using config_plugins table instead of main $CFG var.

eg:
$settings->add(new admin_setting_configtext('equella_url', ecs('url.title'), ecs('url.desc'), ''));
should be
$settings->add(new admin_setting_configtext('equella/equella_url', ecs('url.title'), ecs('url.desc'), ''));

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

looks like this is still an issue.

Thanks @danmarsden , we'll keep it pinned then. ;)