Skip to content

Commit

Permalink
whois: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Nov 8, 2023
1 parent df7474e commit 3dab475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/whois.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
</c:if>
<p>

<c:if test="${user.id!=2 || template.moderatorSession}">
<c:if test="${not user.anonymous || template.moderatorSession}">

<c:if test="${not empty userStat.topicsBySection}">

Expand Down

0 comments on commit 3dab475

Please sign in to comment.