Skip to content

Commit

Permalink
spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 6be8c6b commit edaf7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohort/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function get_category_options($currentcontextid) {
$context = get_context_instance(CONTEXT_COURSECAT, $cid, MUST_EXIST);
$options[$context->id] = $name;
}
// always add current - this is not likely, but if the logic get's changed it might be a problem
// always add current - this is not likely, but if the logic gets changed it might be a problem
if (!isset($options[$currentcontextid])) {
$context = get_context_instance_by_id($currentcontextid, MUST_EXIST);
$options[$context->id] = print_context_name($syscontext);
Expand Down

0 comments on commit edaf7ff

Please sign in to comment.