Merge pull request #21767 from frederic34/patch-4

remove duplicate
This commit is contained in:
Laurent Destailleur 2022-08-16 20:19:47 +02:00 committed by GitHub
commit 5de76e27b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,6 @@ if ($mode == 'setup' && $user->admin) {
$tokenobj = null;
// Token
require_once DOL_DOCUMENT_ROOT.'/includes/OAuth/bootstrap.php';
require_once DOL_DOCUMENT_ROOT.'/includes/OAuth/bootstrap.php';
// Dolibarr storage
$storage = new DoliStorage($db, $conf);
try {