Skip to content

Commit a8ffe70

Browse files
committed
Fix funny negation
1 parent 210bca9 commit a8ffe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/models/fields/FrmFieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ public function prepare_field_html( $args ) {
10021002

10031003
$args = $this->fill_display_field_values( $args );
10041004

1005-
if ( $this - <= has_html ) {
1005+
if ( ! $this->has_html ) {
10061006
return $this->include_front_field_input( $args, array() );
10071007
}
10081008

0 commit comments

Comments
 (0)