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

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)) {