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