Passed
Push — master ( 844f02...dd001f )
by
unknown
23:08 queued 09:54
created
typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
         );
178 178
         foreach ($context->getLanguagesToShow() as $siteLanguage) {
179 179
             $localizedLanguageId = $siteLanguage->getLanguageId();
180
-            if ($localizedLanguageId  <= 0) {
180
+            if ($localizedLanguageId <= 0) {
181 181
                 continue;
182 182
             }
183 183
 
Please login to merge, or discard this patch.