Skip to content

Commit 5bd3950

Browse files
committed
fixed typo on line 334
1 parent ec53c55 commit 5bd3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/redcap/php/client/models/redcapdictionaryrecord.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class RedcapDictionaryRecord
331331
'$choice' as index $index"
332332
);
333333
$backend = $index;
334-
$label - $choice;
334+
$label = $choice;
335335
$index++;
336336
} else {
337337
//Normal parsing

0 commit comments

Comments
 (0)