Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e83e54
)
MDL-35773 core_backup: removed unnecessary set_samesite_notification()
author
Mark Nelson
<mdjnelson@gmail.com>
Mon, 24 Jun 2019 18:26:15 +0000
(
02:26
+0800)
committer
Mark Nelson
<mdjnelson@gmail.com>
Fri, 26 Jul 2019 03:59:56 +0000
(11:59 +0800)
backup/backup.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/backup.php
b/backup/backup.php
index
6711cb6
..
5090f39
100644
(file)
--- 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);
}