From 420384ae36762eeb0d6578b5a323b3e22d4448a9 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 25 Jun 2019 02:26:15 +0800 Subject: [PATCH] MDL-35773 core_backup: removed unnecessary set_samesite_notification() --- backup/backup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/backup/backup.php b/backup/backup.php index 6711cb67366..5090f391e7e 100644 --- a/backup/backup.php +++ b/backup/backup.php @@ -211,7 +211,6 @@ if (!async_helper::is_async_pending($id, 'course', 'backup')) { 'headingident' => 'backup' ); - echo $renderer->set_samesite_notification(); echo $renderer->render_from_template('core/async_backup_status', $progresssetup); }