Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Duc Bui 1 post 21 karma points
    Sep 13, 2011 @ 13:12
    Duc Bui
    0

    umbraco.cms.businesslogic.member.Member.MakeNew() bug

    method MakeNew() in umbraco.cms.businesslogic.member.Member class

    Line 221 --> it should say

    else if (Member.GetMemberFromLoginName(loginName) != null)

    originally it was

    else if (Member.GetMemberFromLoginName(LoginName) != null)

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies