mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36737 fix random glossary E_STRICT issue
This commit is contained in:
parent
99584654ce
commit
b03f7353d0
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class block_glossary_random extends block_base {
|
|||
$this->config->cache = '';
|
||||
$this->instance_config_commit();
|
||||
|
||||
$this->content = new stdClass();
|
||||
$this->content->text = get_string('notyetconfigured','block_glossary_random');
|
||||
$this->content->footer = '';
|
||||
return $this->content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue