equella config using $CFG
Opened this issue · 3 comments
danmarsden commented
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.
danmarsden commented
looks like this is still an issue.
edalex-ian commented
Thanks @danmarsden , we'll keep it pinned then. ;)