Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit a1a445d

Browse files
committed
Forgot to assign to the return value on the pending changes check values.
1 parent 985f33b commit a1a445d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

XmlAbstraction/XmlObject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ public string[] Read(string parentelementname, string elementname, object unused
571571
elemValues.Add(subelement.Value);
572572
}
573573

574+
strarray = elemValues.ToArray();
574575
if (elemValues.Count() == 0)
575576
{
576577
this.Write(parentelementname, string.Empty);

0 commit comments

Comments
 (0)