HOR-3926
This commit is contained in:
committed by
davidcallizaya
parent
77b828d67a
commit
69f26c6eee
@@ -1776,10 +1776,7 @@ class RBAC
|
|||||||
*/
|
*/
|
||||||
public static function isGuestUserUid($usrUid)
|
public static function isGuestUserUid($usrUid)
|
||||||
{
|
{
|
||||||
if (self::GUEST_USER_UID === $usrUid) {
|
return self::GUEST_USER_UID === $usrUid;
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user