mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-73495 reportbuilder: Fix generation of dynamic tabs
This commit is contained in:
parent
5bef42d324
commit
c6bf7d791e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user