Skip to content

Commit

Permalink
backup MDL-19789 Added missing set_url call
Browse files Browse the repository at this point in the history
  • Loading branch information
samhemelryk committed Oct 16, 2009
1 parent a449cce commit 33ab48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backup/restore.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 33ab48a

Please sign in to comment.