Merge branch 'MDL-38883-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2013-04-05 02:48:37 +02:00
+1 -1
View File
@@ -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'));
}