Merge branch 'ent-12373-API-checker-da-URL-incorrecta' into 'develop'

fix api check url

See merge request artica/pandorafms!6648
This commit is contained in:
Rafael Ameijeiras 2023-11-27 14:37:24 +00:00
commit f13ba41e4c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function api_execute(
if (empty($token) === true) {
$data['apipass'] = $apipass;
$data['user'] = $user;
$data['password'] = $password;
$data['pass'] = $password;
}
}