Skip to content

Commit

Permalink
Update mod_form.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralferlebach committed Oct 4, 2024
1 parent 9b617b6 commit 891ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function definition() {
$this->add_intro_editor();
}
// Adding a link after the header.
$editorurl = new moodle_url('/local/adele/index.php#/learningpaths/edit',);
$editorurl = new moodle_url('/local/adele/index.php#/learningpaths/edit');

$mform->addElement('static', 'link',
get_string('mform_options_create_learningpath', 'mod_adele'),
Expand Down

0 comments on commit 891ac16

Please sign in to comment.