Passed
Pull Request — development (#3468)
by Martyn
06:38
created
sources/subs/ManageSearch.subs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 		array()
34 34
 	)->fetch_callback(
35 35
 		function ($row) use (&$fulltext_index) {
36
-			if ( ( $row['Column_name'] === 'body' || $row['Column_name'] === 'subject' )
36
+			if (($row['Column_name'] === 'body' || $row['Column_name'] === 'subject')
37 37
 				&& (isset($row['Index_type']) && $row['Index_type'] === 'FULLTEXT'
38 38
 					|| isset($row['Comment']) && $row['Comment'] === 'FULLTEXT'))
39 39
 			{
Please login to merge, or discard this patch.