Passed
Pull Request — master (#1422)
by Timo
20:57 queued 09:34
created
Classes/ContentObject/Relation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -412,7 +412,7 @@
 block discarded – undo
412 412
         // when there is a _PAGES_OVERLAY_UID | _LOCALIZED_UID in the overlay, we return it
413 413
         if ($localTableName === 'pages' && isset($overlayRecord['_PAGES_OVERLAY_UID'])) {
414 414
             return (int)$overlayRecord['_PAGES_OVERLAY_UID'];
415
-        } elseif(isset($overlayRecord['_LOCALIZED_UID'])) {
415
+        } elseif (isset($overlayRecord['_LOCALIZED_UID'])) {
416 416
             return (int)$overlayRecord['_LOCALIZED_UID'];
417 417
         }
418 418
 
Please login to merge, or discard this patch.