Completed
Push — dev2 ( e3a184...69174b )
by Gordon
03:03
created
searchpage/ElasticSearchPage_Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
 			$queryField->setDisabled(true);
335 335
 			$actions = $form->Actions();
336 336
 
337
-			if (!empty($actions)) {
337
+			if(!empty($actions)) {
338 338
 				foreach($actions as $field) {
339 339
 					$field->setDisabled(true);
340 340
 				}
Please login to merge, or discard this patch.