Skip to content

Commit

Permalink
repair wrong cforms2_fieldtype_multi_id construction
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Jan 9, 2017
1 parent 8465ffb commit 4fa5812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldtypes/multiid.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function is_special() {
}

public static function register() {
$t = new cforms2_fieldtype_multi_id('fieldsetend', __('End Fieldset', 'cforms2'));
$t = new cforms2_fieldtype_multi_id('fieldsetend', __('End Fieldset', 'cforms2'), false);
$t->register_at_filter();
}

Expand Down

0 comments on commit 4fa5812

Please sign in to comment.