Skip to content

Commit

Permalink
MDL-29325 fixed typo - camelcasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Dec 14, 2011
1 parent 0142e3e commit d2861a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/imsenterprise/lib.php
Expand Up @@ -360,7 +360,7 @@ function process_group_tag($tagcontents) {
} else {
// Set shortname to description or description to shortname if one is set but not the other.
$nodescription = !isset($group->description);
$noshortname = !isset($group->shortname);
$noshortname = !isset($group->shortName);
if ( $nodescription && $noshortname) {
// If neither short nor long description are set let if fail
$this->log_line("Neither long nor short name are set for $coursecode");
Expand Down

0 comments on commit d2861a7

Please sign in to comment.