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