Skip to content

Commit

Permalink
Fixes testing issue found in PR dnnsoftware#4165
Browse files Browse the repository at this point in the history
  • Loading branch information
WillStrohl committed Oct 11, 2020
1 parent 9d745bf commit c29eac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public string GetConfigFile(string configFile)
}
else
{
var doc = File.ReadAllText(Path.Combine(Globals.ApplicationMapPath, "\\", configFile));
var doc = File.ReadAllText(string.Concat(Globals.ApplicationMapPath, "\\", configFile));
return doc;
}
}
Expand Down

0 comments on commit c29eac4

Please sign in to comment.