mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-36737 fix random glossary E_STRICT issue
This commit is contained in:
parent
03953061ca
commit
443bb9c103
@ -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…
x
Reference in New Issue
Block a user