Skip to content

Commit

Permalink
Restore alphabet in members list - fixes #2168
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 9, 2015
1 parent e88f781 commit 2a6cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/Memberlist.template.php
Expand Up @@ -67,7 +67,7 @@ function template_memberlist()
<h2 class="category_header">
<span class="floatleft">', $txt['members_list'], '</span>';

if (!isset($context['in_search']))
if (empty($context['in_search']))
echo '
<span class="floatright letter_links">', $context['letter_links'], '</span>';

Expand Down

0 comments on commit 2a6cf2c

Please sign in to comment.