Skip to content

Commit

Permalink
MDL-40451 block/glossary_random Fixed missing header when adding new …
Browse files Browse the repository at this point in the history
…block
  • Loading branch information
amandadoughty committed Sep 3, 2014
1 parent e6f1c14 commit 7740ad4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions blocks/glossary_random/block_glossary_random.php
Expand Up @@ -245,12 +245,5 @@ function get_content() {

return $this->content;
}

function hide_header() {
if (empty($this->config->title)) {
return true;
}
return false;
}
}

0 comments on commit 7740ad4

Please sign in to comment.