mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-29848 glossary: fixed whitespace
This commit is contained in:
parent
aa4edcf614
commit
0e5c50e29a
@ -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))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user