Merge pull request #22854 from FlorentPoinsaut/patch-1

Fix uninitialized var in oauth
This commit is contained in:
Laurent Destailleur 2022-11-15 17:28:53 +01:00 committed by GitHub
commit a9b47fbf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ print dol_get_fiche_end();
print '</form>';
$listinsetup = [];
// Define $listinsetup
foreach ($conf->global as $key => $val) {
if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) {