diff --git a/src/DynamoCore/Models/RecordableCommands.cs b/src/DynamoCore/Models/RecordableCommands.cs index 1beaa83bf7e..3c7b710a365 100644 --- a/src/DynamoCore/Models/RecordableCommands.cs +++ b/src/DynamoCore/Models/RecordableCommands.cs @@ -511,7 +511,7 @@ internal static OpenFileCommand DeserializeCore(XmlElement element) { XmlElementHelper helper = new XmlElementHelper(element); string xmlFilePath = TryFindFile(helper.ReadString("XmlFilePath"), element.OwnerDocument.BaseURI); - return new OpenFileCommand(xmlFilePath, false); + return new OpenFileCommand(xmlFilePath); } #endregion