Skip to content

Commit faf304b

Browse files
committed
fix(field): inability to save properties of a tag question
1 parent a0dca23 commit faf304b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/fields/tagfield.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public function getAnswer() {
5757
return json_encode($return);
5858
}
5959

60+
public function prepareQuestionInputForSave($input) {
61+
return $input;
62+
}
63+
6064
public static function getName() {
6165
return _n('Tag', 'Tags', 2, 'tag');
6266
}

0 commit comments

Comments
 (0)