mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Two more typos!! Big ones!
This commit is contained in:
parent
dfa5ff4f4e
commit
17bb32a9a9
@ -4,6 +4,7 @@ function glossary_filter($courseid, $text) {
|
||||
global $CFG;
|
||||
|
||||
static $nothingtodo;
|
||||
static $conceptlist;
|
||||
|
||||
if (!empty($nothingtodo)) { // We've been here in this page already
|
||||
return $text;
|
||||
@ -135,7 +136,7 @@ function glossary_filter($courseid, $text) {
|
||||
}
|
||||
|
||||
|
||||
$conceptlist[] = new filterobject($currentconcept, $href_tag_begin, '</a>',
|
||||
$conceptlist[] = new filterobject($concept->concept, $href_tag_begin, '</a>',
|
||||
$concept->casesensitive, $concept->fullmatch);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user