Skip to content
Snippets Groups Projects
Commit 30ee15d7 authored by apvrille's avatar apvrille
Browse files

Update on bug on commit

parent cae24b3c
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ public class TMLCPLib extends TMLElement { ...@@ -166,7 +166,7 @@ public class TMLCPLib extends TMLElement {
} }
} }
if (transferTypesm != null) { if (transferTypes != null) {
for(Integer i: transferTypes) { for(Integer i: transferTypes) {
if (i != null) { if (i != null) {
s += "<TRANSFERTYPE type=\"" + i.toString() + "\" />\n"; s += "<TRANSFERTYPE type=\"" + i.toString() + "\" />\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment