@@ -172,7 +172,7 @@ |
||
172 | 172 | 'tree' => $tree->name(), |
173 | 173 | 'show_all' => 'yes', |
174 | 174 | ]; |
175 | - $show = $request->getQueryParams()['show'] ?? 'surn'; |
|
175 | + $show = $request->getQueryParams()['show'] ?? 'surn'; |
|
176 | 176 | } |
177 | 177 | } elseif ($surname !== '') { |
178 | 178 | $alpha = $this->localization_service->initialLetter($surname, I18N::locale()); // so we can highlight the initial letter |