Skip to content
Snippets Groups Projects
Unverified Commit 063784ff authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added default settings to navigation path

parent ef10124f
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ if ($hassiteconfig) { ...@@ -30,6 +30,7 @@ if ($hassiteconfig) {
$ADMIN->add('localplugins', new local_course_deprovision\admin_page_active_processes()); $ADMIN->add('localplugins', new local_course_deprovision\admin_page_active_processes());
$settings = new admin_settingpage('local_course_deprovision', $settings = new admin_settingpage('local_course_deprovision',
get_string('general_config_header', 'local_course_deprovision')); get_string('general_config_header', 'local_course_deprovision'));
$ADMIN->add('localplugins', $settings);
if ($ADMIN->fulltree) { if ($ADMIN->fulltree) {
$triggers = core_component::get_plugin_list('coursedeprovisiontrigger'); $triggers = core_component::get_plugin_list('coursedeprovisiontrigger');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment