Browse Source

[Web] fix identity_provider ArgumentCountError

FreddleSpl0it 1 year ago
parent
commit
ffbf1758e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/functions.inc.php

+ 1 - 1
data/web/inc/functions.inc.php

@@ -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;