MDL-43279 block_blog_recent: fixed undefined property notice

This commit is contained in:
Marina Glancy 2013-12-10 09:28:05 +11:00
parent 3e6e38b2e3
commit 286348d97f

View file

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