MDL-29325 fixed typo - camelcasing.

This commit is contained in:
Aparup Banerjee
2011-12-14 13:14:28 +08:00
parent 9ff12f3dae
commit 324ea4d7de
+1 -1
View File
@@ -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");