Update getConfigValue.js

This commit is contained in:
John Bowdre 2022-06-14 08:50:29 -05:00 committed by GitHub
parent f26ef563bc
commit 5fe75ade56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ for each (configElement in Server.getConfigurationElementCategoryWithPath(path).
if (configElement.name.indexOf(configurationName) === 0) { break; };
}
var attribValue = configElement.getAttributeWithKey(variableName).value;
return attribValue;