Skip to content

Commit

Permalink
LPS-72742 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed May 31, 2017
1 parent c6685e6 commit 3e32cfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,10 @@ public List<Event> processEvent(
public void processPublicRenderParameters(
HttpServletRequest request, Layout layout) {

LayoutType layoutType = layout.getLayoutType();
LayoutTypePortlet layoutTypePortlet = null;

LayoutType layoutType = layout.getLayoutType();

if (layoutType instanceof LayoutTypePortlet) {
layoutTypePortlet = (LayoutTypePortlet)layoutType;

Expand Down

0 comments on commit 3e32cfb

Please sign in to comment.