From: samhemelryk Date: Fri, 16 Oct 2009 03:09:31 +0000 (+0000) Subject: backup MDL-19789 Added missing set_url call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33ab48a4d0e0ee3aa44dc5662cca13615a946b84;p=moodle.git backup MDL-19789 Added missing set_url call --- diff --git a/backup/restore.php b/backup/restore.php index 4e5aab706f..f75c2c1fd6 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -44,6 +44,7 @@ if ($backup_unique_code !== 0) { $url->param('backup_unique_code', $backup_unique_code); } + $PAGE->set_url($url); //Check login require_login();