Completed
Push — develop-3.2 ( 3685db...4cc568 )
by Matt
32:16
created
migrations/v322_m10_merge_duplicate_bbcodes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 		$bbcodes = [];
50 50
 		while ($row = $this->db->sql_fetchrow($result))
51 51
 		{
52
-			$variant = (substr($row['bbcode_tag'], -1) === '=') ? 'with': 'without';
52
+			$variant = (substr($row['bbcode_tag'], -1) === '=') ? 'with' : 'without';
53 53
 			$bbcode_name = rtrim($row['bbcode_tag'], '=');
54 54
 			$bbcodes[$bbcode_name][$variant] = $row;
55 55
 		}
Please login to merge, or discard this patch.