Passed
Push — release-3.0.0 ( 5e25ca...6e018a )
by Daniel
04:45
created
services/form/builder.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
 
204 204
 			$content = $this->fields->build_content(array_change_key_case($post_data, CASE_UPPER));
205 205
 
206
-			$text =  isset($content['CUSTOM_DISPLAY']) ? $content['CUSTOM_DISPLAY'] : join('', $content['FIELDS']['all']);
206
+			$text = isset($content['CUSTOM_DISPLAY']) ? $content['CUSTOM_DISPLAY'] : join('', $content['FIELDS']['all']);
207 207
 		}
208 208
 		return $text;
209 209
 	}
@@ -418,8 +418,8 @@  discard block
 block discarded – undo
418 418
 		}
419 419
 		else
420 420
 		{
421
-			$options[ITEM_UNAPPROVED]	= 'CONTENT_STATUS_DISAPPROVE';
422
-			$options[ITEM_APPROVED]		= 'CONTENT_STATUS_APPROVE';
421
+			$options[ITEM_UNAPPROVED] = 'CONTENT_STATUS_DISAPPROVE';
422
+			$options[ITEM_APPROVED] = 'CONTENT_STATUS_APPROVE';
423 423
 		}
424 424
 
425 425
 		return $options;
Please login to merge, or discard this patch.