Skip to content

Commit

Permalink
Fix copy-paste error in validator (CO-1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzeller committed Mar 8, 2019
1 parent 8764496 commit d1383b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/Table/MatchgridsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function validationDefault(Validator $validator) {
'content',
[ 'rule' => [ 'maxLength', 32 ] ]
);
$validator->allowEmpty('referenceid_start');
$validator->allowEmpty('referenceid_prefix');

return $validator;
}
Expand Down

0 comments on commit d1383b0

Please sign in to comment.