1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

[Web] fix identity_provider ArgumentCountError

This commit is contained in:
FreddleSpl0it 2024-02-26 13:40:34 +01:00
parent a3af2d8392
commit ffbf1758e0
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -2097,7 +2097,7 @@ function uuid4() {
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4)); 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 $pdo;
global $iam_provider; global $iam_provider;