Completed
Pull Request — master (#195)
by
unknown
29:31 queued 14:30
created
lib/midcom/services/uimessages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.