mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-60439 block_tags: Removing extra var assign
This commit is contained in:
parent
6e02b56f2a
commit
1b374b4f2c
@ -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->title = format_string($this->config->title, true, ['context' => $this->context]);
|
||||
$this->title = format_string($this->config->title, true, ['context' => $this->context]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user