Skip to content

Commit

Permalink
LPS-58022 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
lipusz committed Aug 25, 2015
1 parent 6931e20 commit 19ba64d
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -214,11 +214,7 @@ if (organization != null) {
<%
boolean showOrganizations = false;
if (organization == null) {
showOrganizations = true;
}
if (organizationsCount > 0) {
if ((organization == null) || (organizationsCount > 0)) {
showOrganizations = true;
}
Expand Down

0 comments on commit 19ba64d

Please sign in to comment.