@@ -144,7 +144,7 @@ |
||
144 | 144 | */ |
145 | 145 | public function show(bool $show_simple = false) |
146 | 146 | { |
147 | - if ( $show_simple |
|
147 | + if ($show_simple |
|
148 | 148 | || !midcom::get()->auth->can_user_do('midcom:ajax', null, static::class)) { |
149 | 149 | $this->show_simple(); |
150 | 150 | return; |