Merge branch 'MDL-40451-master-random-glossary-block-title' of git://github.com/amandadoughty/moodle

This commit is contained in:
Dan Poltawski 2014-09-08 17:26:56 +01:00
commit 99e221f844

View File

@ -245,12 +245,5 @@ class block_glossary_random extends block_base {
return $this->content;
}
function hide_header() {
if (empty($this->config->title)) {
return true;
}
return false;
}
}