Skip to content

Commit

Permalink
fix(emailfield): disable inherited parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 4, 2020
1 parent c6cadb0 commit 2ee1bd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/fields/emailfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ public function parseAnswerValues($input, $nonDestructive = false) {
return true;
}

public function getEmptyParameters() {
return [];
}

public function equals($value) {
return $this->value == $value;
}
Expand Down

0 comments on commit 2ee1bd5

Please sign in to comment.