mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-60247-multilang-html-glossary-block-titles' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
d07a4f9872
@ -50,7 +50,7 @@ class block_glossary_random extends block_base {
|
||||
if (empty($this->config->title)) {
|
||||
$this->title = get_string('pluginname','block_glossary_random');
|
||||
} else {
|
||||
$this->title = $this->config->title;
|
||||
$this->title = $this->title = format_string($this->config->title, true, ['context' => $this->context]);
|
||||
}
|
||||
|
||||
if (empty($this->config->glossary)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user