Merge branch 'MDL-38883-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
@@ -93,7 +93,7 @@ class calendar_addsubscription_form extends moodleform {
|
||||
}
|
||||
|
||||
$mform->addElement('hidden', 'course');
|
||||
$mform->addElement('hidden', 'sesskey', sesskey());
|
||||
$mform->setType('course', PARAM_INT);
|
||||
$mform->addElement('submit', 'add', get_string('add'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user