MDL-75862 backup: omit sesskey for continue buttons using get method.
commit8aaede0e7d485188bdf1b5b1dbe7c7edb4b44705
authorPaul Holden <paulh@moodle.com>
Fri, 21 Oct 2022 14:51:39 +0000 (21 15:51 +0100)
committerJake Dallimore <jake@moodle.com>
Thu, 10 Nov 2022 02:17:04 +0000 (10 10:17 +0800)
treece1fc943aabe4bc06fc1c4c590d26e76918fe3a1
parent2d91d4bf9c2362d37abb7bd94e41c7ce5dbaff64
MDL-75862 backup: omit sesskey for continue buttons using get method.

It's automatically added by the rendered single_button instance when
using post method, so no need to add it unconditionally.
backup/util/ui/backup_ui_stage.class.php
backup/util/ui/renderer.php
backup/util/ui/restore_ui_stage.class.php