Completed
Push — master ( 6ee764...55c4da )
by Evan
09:08 queued 03:37
created
includes/third-party-integrations/visual-composer/visual-composer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 		global $wpdb;
96 96
 		$list_data = $wpdb->get_results( 'SELECT * FROM ' . $wpdb->prefix . 'yikes_easy_mc_forms', ARRAY_A );
97 97
 		$lists = array();
98
-		if( !empty( $list_data ) ) {	
98
+		if( !empty( $list_data ) ) {
99 99
 			// build an array to pass to our javascript
100 100
 			foreach( $list_data as $form ) {
101 101
 				$lists[$form['form_name']] = $form['id'];
Please login to merge, or discard this patch.