Skip to content

Commit

Permalink
[Dict] hotfix add hidden fields to dictionary implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Sep 11, 2023
1 parent b381816 commit d36976a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/libraries/LorisFormDictionaryImpl.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ trait LorisFormDictionaryImpl
$t = new \LORIS\Data\Types\StringType(255);
break;
case 'header':
case 'hidden':
continue 2;
default:
throw new \LorisException(
Expand Down

0 comments on commit d36976a

Please sign in to comment.