Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-60439-34' of https://github.com/lucaboesch/moodle i…
…nto MOODLE_34_STABLE
  • Loading branch information
David Monllao committed Dec 27, 2017
2 parents 641a281 + 2d11760 commit cdda22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/tags/block_tags.php
Expand Up @@ -45,7 +45,7 @@ public function specialization() {
if (empty($this->config->title)) {
$this->title = get_string('pluginname', 'block_tags');
} else {
$this->title = $this->config->title;
$this->title = $this->title = format_string($this->config->title, true, ['context' => $this->context]);
}
}

Expand Down

0 comments on commit cdda22d

Please sign in to comment.