From: mjollnir_ Date: Tue, 25 Apr 2006 20:47:44 +0000 (+0000) Subject: Fixing bug #5148: I don't know how this worked for restore and not for import, but... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b8a25300b648431e7a083477dc362d840549b171;p=moodle.git Fixing bug #5148: I don't know how this worked for restore and not for import, but it works for both now --- diff --git a/backup/restore.php b/backup/restore.php index e7d9736838..0c217a4734 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -20,6 +20,7 @@ $launch = optional_param( 'launch' ); $to = optional_param( 'to' ); $method = optional_param( 'method' ); + $backup_unique_code = optional_param('backup_unique_code',0,PARAM_INT); //Check login require_login();