Skip to content

Commit

Permalink
[Web] fix identity_provider ArgumentCountError
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Feb 26, 2024
1 parent a3af2d8 commit ffbf175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/inc/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ function uuid4() {

return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
}
function identity_provider($_action, $_data = null, $_extra = null) {
function identity_provider($_action = null, $_data = null, $_extra = null) {
global $pdo;
global $iam_provider;

Expand Down

0 comments on commit ffbf175

Please sign in to comment.