Merge branch 'MDL-60439-34' of https://github.com/lucaboesch/moodle into MOODLE_34_STABLE

This commit is contained in:
David Monllao
2017-12-27 17:56:08 +01:00
+1 -1
View File
@@ -45,7 +45,7 @@ class block_tags extends block_base {
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]);
}
}