MDL-40451 block/glossary_random Fixed missing header when adding new block

This commit is contained in:
Amanda Doughty
2014-09-03 14:03:13 +01:00
parent 0628d17bfa
commit 50a9ec8cf1
@@ -223,12 +223,5 @@ class block_glossary_random extends block_base {
return $this->content;
}
function hide_header() {
if (empty($this->config->title)) {
return true;
}
return false;
}
}