mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-43279 block_blog_recent: fixed undefined property notice
This commit is contained in:
parent
3e6e38b2e3
commit
286348d97f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue