This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-09-29 09:12:54 -04:00
committed by davidcallizaya
parent fb4a8a4bc3
commit 77b828d67a

View File

@@ -1771,8 +1771,8 @@ class RBAC
* Returns true in case the parameter corresponds to the invited user, * Returns true in case the parameter corresponds to the invited user,
* otherwise it returns false. * otherwise it returns false.
* *
* @param boolean $usrUid * @param string $usrUid
* @return void * @return boolean
*/ */
public static function isGuestUserUid($usrUid) public static function isGuestUserUid($usrUid)
{ {