diff --git a/pages/BrowseBySectionHandler.php b/pages/BrowseBySectionHandler.php index 299f27b..6ce295e 100644 --- a/pages/BrowseBySectionHandler.php +++ b/pages/BrowseBySectionHandler.php @@ -125,7 +125,7 @@ public function view($args, $request) $key = ''; $group = []; foreach ($submissions as $article) { - $newkey = mb_substr($article->getLocalizedTitle(), 0, 1); + $newkey = mb_substr($article->getCurrentPublication()->getLocalizedTitle(), 0, 1); if ($newkey !== $key) { if (count($group)) { $articleGroups[] = ['key' => $key, 'articles' => $group];