Merge pull request #16607 from FHenry/13.0

fix: modulebuilder default boxes showboxes
This commit is contained in:
Laurent Destailleur 2021-03-10 15:36:37 +01:00 committed by GitHub
commit e6a08e5382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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