This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-09-29 09:15:41 -04:00
committed by davidcallizaya
parent 77b828d67a
commit 69f26c6eee

View File

@@ -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;
} }
} }