fix modulebuilder boxes showboxes

This commit is contained in:
Florian HENRY
2021-03-10 11:56:44 +01:00
parent 9a13ebfdb8
commit ccf71cd980
2 changed files with 4 additions and 2 deletions

View File

@@ -206,6 +206,6 @@ class mymodulewidget1 extends ModeleBoxes
{
// You may make your own code here…
// … 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);
}
}