Skip to content

Commit

Permalink
MDL-29848 glossary: fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Mar 20, 2012
1 parent 6a680dd commit a57b547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/glossary/lib.php
Expand Up @@ -2887,7 +2887,7 @@ function glossary_comment_validate($comment_param) {
} else {
$glossary = $DB->get_record('glossary', array('id'=>$record->glossaryid));
}
if (!$glossary) {
if (!$glossary) {
throw new comment_exception('invalidid', 'data');
}
if (!$course = $DB->get_record('course', array('id'=>$glossary->course))) {
Expand Down

0 comments on commit a57b547

Please sign in to comment.