Merge branch 'wip-MDL-43279-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Sam Hemelryk 2013-12-11 10:59:21 +13:00
commit 78144bd2e7

View file

@ -83,6 +83,7 @@ class block_blog_recent extends block_base {
$this->content = new stdClass(); $this->content = new stdClass();
$this->content->footer = ''; $this->content->footer = '';
$this->content->text = '';
$context = $this->page->context; $context = $this->page->context;