Skip to content

Commit

Permalink
Merge branch 'MDL-38883-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 5, 2013
2 parents 8f3885f + d60ee78 commit dbc5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/managesubscriptions_form.php
Expand Up @@ -93,7 +93,7 @@ public function definition() {
}

$mform->addElement('hidden', 'course');
$mform->addElement('hidden', 'sesskey', sesskey());
$mform->setType('course', PARAM_INT);
$mform->addElement('submit', 'add', get_string('add'));
}

Expand Down

0 comments on commit dbc5692

Please sign in to comment.