Skip to content

Commit

Permalink
Fixed typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
trongate committed Sep 11, 2023
1 parent 1a3c832 commit 6dd04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/trongate_tokens/controllers/Trongate_tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function _attempt_get_valid_token($user_levels=NULL) {
$token = $this->_execute_sql_multi($user_tokens, $user_levels);
break;
default:
//allow access for AND user level type
//allow access for ANY user level type
$token = $this->_execute_sql_default($user_tokens);
break;
}
Expand Down

0 comments on commit 6dd04a3

Please sign in to comment.