Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'w49_MDL-36737_m25_glossstrict' of git://github.com/skod…
…ak/moodle
  • Loading branch information
danpoltawski committed Dec 10, 2012
2 parents 91c5477 + 443bb9c commit e3b494e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/glossary_random/block_glossary_random.php
Expand Up @@ -137,6 +137,7 @@ function get_content() {
$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;
Expand Down

0 comments on commit e3b494e

Please sign in to comment.