Passed
Push — master ( fc199c...9e7def )
by Andreas
21:10
created
lib/midcom/connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
             if ($part === '') {
202 202
                 continue;
203 203
             }
204
-            if (    midcom::get()->config->get('theme')
204
+            if (midcom::get()->config->get('theme')
205 205
                 && !$args_started
206 206
                 && self::check_page_exists($part)) {
207 207
                 $page_style .= '/' . $part;
Please login to merge, or discard this patch.