1
0
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:
Rajesh Taneja 2013-11-25 14:27:36 +08:00
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.