summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Http/Controllers/GedcomFileController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Http/Controllers/GedcomFileController.php b/app/Http/Controllers/GedcomFileController.php
index e441e33018..2028394355 100644
--- a/app/Http/Controllers/GedcomFileController.php
+++ b/app/Http/Controllers/GedcomFileController.php
@@ -229,6 +229,7 @@ class GedcomFileController extends AbstractBaseController
return $this->viewResponse('admin/import-fail', [
'error' => $ex->getMessage(),
+ 'tree' => $tree,
]);
}
}