Skip to content

Commit

Permalink
MDL-8270, fixing a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Dec 6, 2007
1 parent 36c6f4f commit cecac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/restorelib.php
Expand Up @@ -904,7 +904,7 @@ function restore_create_block_instances($restore,$xml_file) {
if ($oldid) {
backup_putid ($restore->backup_unique_code,"block_instance",$oldid,$instance->id);
}
$restore->blockinstanceids[] = $newid;
$restore->blockinstanceids[] = $instance->id;
} else {
$status = false;
break;
Expand Down

0 comments on commit cecac3b

Please sign in to comment.