This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-09-29 09:10:20 -04:00
committed by davidcallizaya
parent 465264d57c
commit fb4a8a4bc3

View File

@@ -1776,7 +1776,7 @@ class RBAC
*/
public static function isGuestUserUid($usrUid)
{
if (RBAC::GUEST_USER_UID === $usrUid) {
if (self::GUEST_USER_UID === $usrUid) {
return true;
}
return false;