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

This commit is contained in:
Amanda Doughty 2014-09-03 14:01:54 +01:00
parent 1446e02f69
commit 48a3a4d621

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;
}
}