Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Nov 12, 2023
1 parent aef943b commit 914feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/MRBS/Auth/AuthSaml.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function getLevel(string $username) : int
}
}

if (isset($auth['saml']['user'])
if (isset($auth['saml']['user']))
{
foreach ($auth['saml']['user'] as $attr => $values)
{
Expand Down

0 comments on commit 914feaa

Please sign in to comment.