Skip to content

Commit

Permalink
MDL-73495 reportbuilder: Fix generation of dynamic tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
dravek committed Jan 5, 2022
1 parent 5bef42d commit c6bf7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportbuilder/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
];

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

0 comments on commit c6bf7d7

Please sign in to comment.