Skip to content

Commit 3f23c67

Browse files
committed
user forum settings are acessible again
1 parent da415d1 commit 3f23c67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

yaf_dnn/Components/Rewriter/DotNetNukeUrlBuilder.cs

-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ namespace YAF.DotNetNuke
3535
using global::DotNetNuke.Entities.Portals;
3636

3737
using global::DotNetNuke.Entities.Tabs;
38-
using global::DotNetNuke.Entities.Users;
3938

4039
using YAF.Classes;
4140
using YAF.Core;
@@ -154,11 +153,6 @@ public override string BuildUrl(string url)
154153
}
155154

156155
break;
157-
case "cp_editprofile":
158-
{
159-
// Redirect the user to the Dnn profile page.
160-
return Globals.UserProfileURL(UserController.GetCurrentUserInfo().UserID);
161-
}
162156
}
163157

164158
newUrl.AppendFormat(

0 commit comments

Comments
 (0)