@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | } |
65 | 65 | |
66 | 66 | //Substyle handling |
67 | - if ( !empty($data['message_array']['substyle']) |
|
67 | + if (!empty($data['message_array']['substyle']) |
|
68 | 68 | && !str_starts_with($data['message_array']['substyle'], 'builtin:')) { |
69 | 69 | debug_add("Appending substyle {$data['message_array']['substyle']}"); |
70 | 70 | midcom::get()->style->append_substyle($data['message_array']['substyle']); |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | private function _real_show_compose(array $data) |
114 | 114 | { |
115 | 115 | $prefix = ''; |
116 | - if ( !empty($data['message_array']['substyle']) |
|
116 | + if (!empty($data['message_array']['substyle']) |
|
117 | 117 | && preg_match('/^builtin:(.*)/', $data['message_array']['substyle'], $matches_style)) { |
118 | 118 | $prefix = $matches_style[1] . '-'; |
119 | 119 | } |