Skip to content
Snippets Groups Projects
Commit 295c1b3f authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Fixed typo in externalpage_setup

parent 48d3251d
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ class workflow_settings {
public function __construct($workflowid) {
global $PAGE;
// Has to be called before moodleform is created!
admin_externalpage_setup('tool_cleanupcourses_adminssettings');
admin_externalpage_setup('tool_cleanupcourses_adminsettings');
$this->pageurl = new \moodle_url('/admin/tool/cleanupcourses/workflowsettings.php');
$PAGE->set_url($this->pageurl);
$this->workflowid = $workflowid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment