Skip to content

Commit

Permalink
PRESIDECMS-660 : Alter the scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Apr 18, 2018
1 parent 5db1bfc commit 39d4641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/services/forms/FormsService.cfc
Expand Up @@ -893,8 +893,8 @@ component displayName="Forms service" {
var formAttributes = {};

try {
xmlContent = fileread( arguments.filePath, "utf-8" );
xml = XmlParse( xmlContent );
var xmlContent = fileread( arguments.filePath, "utf-8" );
xml = XmlParse( xmlContent );
} catch ( any e ) {
throw(
type = "FormsService.BadFormXml"
Expand Down

0 comments on commit 39d4641

Please sign in to comment.