mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
Merge pull request #22854 from FlorentPoinsaut/patch-1
Fix uninitialized var in oauth
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user