Skip to content

Commit

Permalink
MDL-43048 block_tags: Initalised content->text for tags block
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Nov 27, 2013
1 parent a61d4ef commit 70f62d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/tags/block_tags.php
Expand Up @@ -81,6 +81,7 @@ public function get_content() {
}

$this->content = new stdClass;
$this->content->text = '';
$this->content->footer = '';

// Get a list of tags.
Expand Down

0 comments on commit 70f62d8

Please sign in to comment.