diff options
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r-- | src/WixToolset.Core/Linker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs index 81696840..6ef252b7 100644 --- a/src/WixToolset.Core/Linker.cs +++ b/src/WixToolset.Core/Linker.cs | |||
@@ -564,7 +564,7 @@ namespace WixToolset.Core | |||
564 | var collate = new CollateLocalizationsCommand(this.Messaging, localizations); | 564 | var collate = new CollateLocalizationsCommand(this.Messaging, localizations); |
565 | var localizationsByCulture = collate.Execute(); | 565 | var localizationsByCulture = collate.Execute(); |
566 | 566 | ||
567 | intermediate = new Intermediate(resolvedSection.Id, new[] { resolvedSection }, localizationsByCulture, null); | 567 | intermediate = new Intermediate(resolvedSection.Id, new[] { resolvedSection }, localizationsByCulture); |
568 | 568 | ||
569 | #if MOVE_TO_BACKEND | 569 | #if MOVE_TO_BACKEND |
570 | this.CheckOutputConsistency(output); | 570 | this.CheckOutputConsistency(output); |