Merge pull request #22854 from FlorentPoinsaut/patch-1
Fix uninitialized var in oauth
This commit is contained in:
commit
a9b47fbf2a
@ -210,7 +210,7 @@ print dol_get_fiche_end();
|
|||||||
|
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
|
$listinsetup = [];
|
||||||
// Define $listinsetup
|
// Define $listinsetup
|
||||||
foreach ($conf->global as $key => $val) {
|
foreach ($conf->global as $key => $val) {
|
||||||
if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) {
|
if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user