Completed
Pull Request — master (#2478)
by
unknown
49s
created
classes/controllers/FrmEmailStylesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
 		}
218 218
 
219 219
 		$styles = self::get_email_styles();
220
-		if ( ! isset( $styles[ $style_key ] ) ) {
220
+		if ( ! isset( $styles[$style_key] ) ) {
221 221
 			die( esc_html( $not_exist_msg ) );
222 222
 		}
223 223
 
Please login to merge, or discard this patch.