mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
MDL-43048 block_tags: Initalised content->text for tags block
This commit is contained in:
parent
f7434db109
commit
c891a73d97
@ -81,6 +81,7 @@ class block_tags extends block_base {
|
||||
}
|
||||
|
||||
$this->content = new stdClass;
|
||||
$this->content->text = '';
|
||||
$this->content->footer = '';
|
||||
|
||||
// Get a list of tags.
|
||||
|
Loading…
x
Reference in New Issue
Block a user