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 c36a2401ab
commit 332d9ec84b
+1
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;