GetCurrentLoginStatus()
In the summary of MembershipHelper.GetCurrentLoginStatus() it states that null will be returned when no member is logged in but that isn't the case (anymore?).
This commit is contained in:
committed by
Sebastiaan Janssen
parent
c246044ac7
commit
1c6bf55e5d
@@ -542,7 +542,7 @@ namespace Umbraco.Web.Security
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the login status model of the currently logged in member, if no member is logged in it returns null;
|
||||
/// Returns the login status model of the currently logged in member.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public virtual LoginStatusModel GetCurrentLoginStatus()
|
||||
|
||||
Reference in New Issue
Block a user