MDL-73495 reportbuilder: Fix generation of dynamic tabs

This commit is contained in:
David Matamoros 2022-01-04 16:39:41 +01:00
parent 5bef42d324
commit c6bf7d791e

View File

@ -67,6 +67,6 @@ $tabs = [
];
echo $OUTPUT->render_from_template('core/dynamic_tabs',
(new dynamic_tabs($tabdata, $tabs))->export_for_template($OUTPUT));
(new dynamic_tabs($tabs))->export_for_template($OUTPUT));
echo $OUTPUT->footer();