summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index f2ee76927a..c671c3fbf6 100644
--- a/index.php
+++ b/index.php
@@ -238,9 +238,6 @@ try {
$tree = $all_trees[Site::getPreference('DEFAULT_GEDCOM')] ?? array_values($all_trees)[0] ?? null;
}
- $request->attributes->set('tree', $tree);
- $request->attributes->set('user', Auth::user());
-
// Most layouts will require a tree for the page header/footer
View::share('tree', $tree);