Skip to content

Commit

Permalink
Merge branch 'MDL-45201-26' of git://github.com/ankitagarwal/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_26_STABLE
  • Loading branch information
marinaglancy committed May 7, 2014
2 parents 80efce1 + 78995d6 commit 9b33dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course/recent_form.php
Expand Up @@ -101,6 +101,8 @@ function definition() {
} else {
// Default to no user.
$mform->addElement('hidden', 'user', 0);
$mform->setType('user', PARAM_INT);
$mform->setConstant('user', 0);
}

$options = array(''=>get_string('allactivities'));
Expand Down

0 comments on commit 9b33dd0

Please sign in to comment.