Skip to content

Commit

Permalink
LPS-123646 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 19, 2020
1 parent 5db4fc9 commit 2cc6b95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

<%
SelectThemeDisplayContext selectThemeDisplayContext = new SelectThemeDisplayContext(request, liferayPortletRequest, liferayPortletResponse);
String themeId = ParamUtil.getString(request, "themeId");
%>

<clay:management-toolbar-v2
Expand Down Expand Up @@ -56,6 +54,8 @@ String themeId = ParamUtil.getString(request, "themeId");
"themeid", theme.getThemeId()
).build();
String themeId = ParamUtil.getString(request, "themeId");
if (themeId.equals(theme.getThemeId())) {
row.setCssClass("active");
}
Expand Down

0 comments on commit 2cc6b95

Please sign in to comment.