MDL-35773 core_backup: removed unnecessary set_samesite_notification()
authorMark Nelson <mdjnelson@gmail.com>
Mon, 24 Jun 2019 18:26:15 +0000 (02:26 +0800)
committerMark Nelson <mdjnelson@gmail.com>
Fri, 26 Jul 2019 03:59:56 +0000 (11:59 +0800)
backup/backup.php

index 6711cb6..5090f39 100644 (file)
@@ -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);
         }