Skip to content

Commit

Permalink
Removed unused line, this was added by mistake while trying to fix th…
Browse files Browse the repository at this point in the history
…is bug in the wrong place
  • Loading branch information
valadas authored and bdukes committed Oct 4, 2021
1 parent fca61aa commit eb5e3ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ public HttpResponseMessage UpdateDefaultPagesSettings(UpdateDefaultPagesSettings
portalInfo.PrivacyTabId = this.ValidateTabId(request.PrivacyTabId, pid);
PortalController.Instance.UpdatePortalInfo(portalInfo);

var portalSettings = PortalController.Instance.GetCurrentSettings();
PortalController.UpdatePortalSetting(pid, "Redirect_AfterLogin", this.ValidateTabId(request.RedirectAfterLoginTabId, pid).ToString(), false, cultureCode);
PortalController.UpdatePortalSetting(pid, "Redirect_AfterLogout", this.ValidateTabId(request.RedirectAfterLogoutTabId, pid).ToString(), false, cultureCode);
PortalController.UpdatePortalSetting(pid, "Redirect_AfterRegistration", this.ValidateTabId(request.RedirectAfterRegistrationTabId, pid).ToString(), false, cultureCode);
Expand Down

0 comments on commit eb5e3ac

Please # to comment.