mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Allow this in quiz pages, too.
This commit is contained in:
parent
639276728c
commit
b959599b51
@ -8,6 +8,10 @@ class block_html extends block_base {
|
||||
$this->version = 2004123000;
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true);
|
||||
}
|
||||
|
||||
function specialization() {
|
||||
// We allow empty titles
|
||||
$this->title = isset($this->config->title) ? $this->config->title : '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user