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