Skip to content

Commit

Permalink
Merge branch 'MDL-60247_32-multilang-html-glossary-block-titles' of h…
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Oct 19, 2017
2 parents 61a9664 + d93d2a0 commit 04b1f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/glossary_random/block_glossary_random.php
Expand Up @@ -50,7 +50,7 @@ function specialization() {
if (empty($this->config->title)) {
$this->title = get_string('pluginname','block_glossary_random');
} else {
$this->title = $this->config->title;
$this->title = format_string($this->config->title, true, ['context' => $this->context]);
}

if (empty($this->config->glossary)) {
Expand Down

0 comments on commit 04b1f42

Please sign in to comment.