Skip to content

Commit bec9079

Browse files
committed
Merge branch 'develop'
2 parents e53b6f2 + 13367c2 commit bec9079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/os2forms_sbsys/src/Element/WebformAttachmentSbsysXml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public static function getConfigurationValue($name, array $config, WebformSubmis
245245
}
246246
$data = $webform_submission->getData();
247247
if ($config[$name] != '_custom_') {
248-
return isset($config[$name . "_custom"]) ? htmlspecialchars($data[$config[$name]]) : '';
248+
return isset($data[$config[$name]]) ? htmlspecialchars($data[$config[$name]]) : '';
249249
}
250250
else {
251251
return isset($config[$name . "_custom"]) ? htmlspecialchars($config[$name . "_custom"]) : '';

0 commit comments

Comments
 (0)