Completed
Pull Request — master (#3052)
by
unknown
12:53 queued 06:01
created
app/Module/PedigreeMapModule.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -337,9 +337,11 @@
 block discarded – undo
337 337
                         $fallback = $event;
338 338
                     }
339 339
                 }
340
-                if ($selected) { // prefer an event with date and place...
340
+                if ($selected) {
341
+// prefer an event with date and place...
341 342
                     $facts[$sosa] = $selected;
342
-                } elseif ($fallback) { // ...but accept with just place otherwise
343
+                } elseif ($fallback) {
344
+// ...but accept with just place otherwise
343 345
                     $facts[$sosa] = $fallback;
344 346
                 }
345 347
             }
Please login to merge, or discard this patch.