MDL-29848 glossary: fixed whitespace
This commit is contained in:
@@ -2895,7 +2895,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))) {
|
||||
|
||||
Reference in New Issue
Block a user