We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dec741 commit f58f0adCopy full SHA for f58f0ad
eFormAPI/Installation/CustomActions/CustomAction.cs
@@ -389,7 +389,7 @@ public static ActionResult UpdateCA(Session session)
389
390
}
391
392
- public static bool HandleUpdateWebConfigFile(string filePath);
+ public static bool HandleUpdateWebConfigFile(string filePath)
393
{
394
395
var fileContents = File.ReadAllText(filePath + @"\Web.config");
0 commit comments