Passed
Pull Request — release-2.1 (#5432)
by Mathias
05:10
created
Sources/ManageMembergroups.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
500 500
 					)
501 501
 				);
502 502
 
503
-				foreach ( $changed_boards[$board_action] as $board_id)
503
+				foreach ($changed_boards[$board_action] as $board_id)
504 504
 					$insert[] = array($id_group, $board_id, $board_action == 'allow' ? 0 : 1);
505 505
 
506 506
 				$smcFunc['db_insert']('insert',
Please login to merge, or discard this patch.