mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
One space out
This commit is contained in:
parent
6707021791
commit
68600084f4
@ -59,7 +59,7 @@
|
||||
if ( $lastcategory != $concept->id ) {
|
||||
$category = get_record("glossary_categories","id",$concept->id);
|
||||
$lastcategory = $concept->id;
|
||||
if ( empty($cm->instance) || $cm->instance != $category->glossaryid ) {
|
||||
if ( empty($cm->instance) || $cm->instance != $category->glossaryid ) {
|
||||
$gcat = get_record("glossary","id",$category->glossaryid);
|
||||
if ( !$cm = get_coursemodule_from_instance("glossary", $category->glossaryid, $gcat->course) ) {
|
||||
$cm->id = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user