summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Functions/FunctionsExport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsExport.php b/app/Functions/FunctionsExport.php
index 43fe2ad698..00dbffdd07 100644
--- a/app/Functions/FunctionsExport.php
+++ b/app/Functions/FunctionsExport.php
@@ -225,7 +225,7 @@ class FunctionsExport
->where('o_file', '=', $tree->id())
->whereNotIn('o_type', ['HEAD', 'TRLR'])
->orderBy('o_id')
- ->select(['o_id AS xref', 'o_gedcom AS gedcom'])
+ ->select(['o_id AS xref', 'o_gedcom AS gedcom', 'o_type AS type'])
->get();
foreach ($rows as $row) {