Skip to content

Commit 8661dff

Browse files
authored
[PR #1840] Fix typo on the commit
1 parent 80a6989 commit 8661dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/libraries/Hubzero/User/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public static function mapXDomainUser($domain_username, $domain, $uidNumber)
281281
public static function getGroups($uid, $type='all', $cat = null)
282282
{
283283
//return empty groups if user is not authenticated
284-
if ($uid == 0
284+
if ($uid == 0)
285285
{
286286
return array();
287287
}

0 commit comments

Comments
 (0)