]> git.mjollnir.org Git - moodle.git/commitdiff
backup MDL-19789 Added missing set_url call
authorsamhemelryk <samhemelryk>
Fri, 16 Oct 2009 03:09:31 +0000 (03:09 +0000)
committersamhemelryk <samhemelryk>
Fri, 16 Oct 2009 03:09:31 +0000 (03:09 +0000)
backup/restore.php

index 4e5aab706fd516bf8cf531bd29bff920a0321f76..f75c2c1fd6928e9f5444d33ef8b549a3e95dfc44 100644 (file)
@@ -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();