Merge pull request #16607 from FHenry/13.0
fix: modulebuilder default boxes showboxes
This commit is contained in:
commit
e6a08e5382
@ -206,6 +206,6 @@ class mymodulewidget1 extends ModeleBoxes
|
|||||||
{
|
{
|
||||||
// You may make your own code here…
|
// You may make your own code here…
|
||||||
// … or use the parent's class function using the provided head and contents templates
|
// … or use the parent's class function using the provided head and contents templates
|
||||||
parent::showBox($this->info_box_head, $this->info_box_contents);
|
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user