Skip to content

Commit 7e4c261

Browse files
committed
Fix PHP CS Fixer
1 parent f3cbfd0 commit 7e4c261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/controllers/FrmFormsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3718,6 +3718,7 @@ public static function print_forms_list_templates() {
37183718
$hidden = get_hidden_columns( $screen );
37193719
$skip_cols = array( 'cb', 'settings' );
37203720
$per_page = get_user_option( 'formidable_page_formidable_per_page' );
3721+
37213722
if ( $per_page < 1 ) {
37223723
$per_page = 20;
37233724
}

0 commit comments

Comments
 (0)