spelling typo

This commit is contained in:
Petr Skoda 2010-09-17 11:50:06 +00:00
parent 6be8c6b75f
commit edaf7ff3e2

View File

@ -101,7 +101,7 @@ class cohort_edit_form extends moodleform {
$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);