Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Dec 2, 2023
1 parent 2571beb commit dc17240
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions types/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ public function handleAjax()

if (
!auth_isMember(
$conf['plugin']['struct']['allow_username_autocomplete'],
$_SERVER['REMOTE_USER'],
(array) $USERINFO['grps'])
$conf['plugin']['struct']['allow_username_autocomplete'],
$_SERVER['REMOTE_USER'],
(array) $USERINFO['grps']
)
) {
return [];
}
Expand Down

0 comments on commit dc17240

Please sign in to comment.