Skip to content

Commit

Permalink
Removed stale TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed Oct 21, 2020
1 parent a07f391 commit 995133d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DNN Platform/Library/Common/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,6 @@ public static string AccessDeniedURL(string message)
{
string strURL = string.Empty;

// TODO: Refactor this as per decision on https://github.com/dnnsoftware/Dnn.Platform/issues/4213
var currentTabId = TabController.CurrentPage.TabID;
var currentUserId = UserController.Instance.GetCurrentUserInfo().UserID;
if (HttpContext.Current.Request.IsAuthenticated)
Expand Down

0 comments on commit 995133d

Please sign in to comment.