@@ -49,7 +49,7 @@ |
||
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 | } |