summaryrefslogtreecommitdiff
path: root/app/Module/IndividualSidebarModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/IndividualSidebarModule.php')
-rw-r--r--app/Module/IndividualSidebarModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/IndividualSidebarModule.php b/app/Module/IndividualSidebarModule.php
index 767ca8ed64..b474654ca2 100644
--- a/app/Module/IndividualSidebarModule.php
+++ b/app/Module/IndividualSidebarModule.php
@@ -96,7 +96,7 @@ class IndividualSidebarModule extends AbstractModule implements ModuleSidebarInt
// Fetch a list of the initial letters of all surnames in the database
$initials = QueryName::surnameAlpha($individual->getTree(), true, false, false);
- return view('sidebars/individuals', [
+ return view('modules/individuals/sidebar', [
'initials' => $initials,
]);
}