mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-34441 tool_dbtranfer - fix codechecker warnings
Since we were so close to perfection.
This commit is contained in:
parent
d574571540
commit
f1e8021728
7 changed files with 31 additions and 18 deletions
|
@ -40,6 +40,6 @@ if ($data = $form->get_data()) {
|
|||
}
|
||||
|
||||
echo $OUTPUT->header();
|
||||
// TODO: add some more info here
|
||||
// TODO: add some more info here.
|
||||
$form->display();
|
||||
echo $OUTPUT->footer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue