Skip to content

Commit 32b6549

Browse files
Fix as does not need full path as imported.
1 parent 648f31f commit 32b6549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/GedcomParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private function getPerson($individual)
364364
if ($subm && count($subm) > 0) {
365365
foreach ($subm as $item) {
366366
if ($item) {
367-
Importer\Indi\Subm::read($this->conn, $item, $_group, $_gid, $this->subm_ids);
367+
Subm::read($this->conn, $item, $_group, $_gid, $this->subm_ids);
368368
}
369369
}
370370
}

0 commit comments

Comments
 (0)