Skip to content

Commit

Permalink
MDL-21781 fixed incorrect options in user selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 23, 2010
1 parent cec5baa commit b1e2e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cohort/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public function find_users($search) {
protected function get_options() {
$options = parent::get_options();
$options['cohortid'] = $this->cohortid;
$options['file'] = 'cohort/lib.php';
return $options;
}
}
Expand Down Expand Up @@ -211,6 +212,7 @@ public function find_users($search) {
protected function get_options() {
$options = parent::get_options();
$options['cohortid'] = $this->cohortid;
$options['file'] = 'cohort/lib.php';
return $options;
}
}

0 comments on commit b1e2e6b

Please sign in to comment.