Completed
Push — master ( a87d07...b88407 )
by Stephanie
03:12
created
classes/views/frm-forms/list-templates.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 										esc_html__( 'License plan required: %s', 'formidable' ),
108 108
 										'<a href="' . esc_url( $pricing ) . '" target="_blank" rel="noopener">' . esc_html( $category ) . '</a>'
109 109
 									);
110
-									unset( $template['categories'][ $k ] );
110
+									unset( $template['categories'][$k] );
111 111
 									break;
112 112
 								}
113 113
 							}
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
 						<?php } ?>
146 146
 					</div>
147 147
 				</div>
148
-				<?php unset( $template, $templates[ $k ] ); ?>
148
+				<?php unset( $template, $templates[$k] ); ?>
149 149
 			<?php } ?>
150 150
 		</div>
151 151
 		<?php if ( $expired ) { ?>
Please login to merge, or discard this patch.