Merge pull request #21991 from ptibogxiv/patch-44

Fix updating member
This commit is contained in:
Laurent Destailleur 2022-08-31 14:53:47 +02:00 committed by GitHub
commit b27e4aae63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -656,6 +656,8 @@ class Adherent extends CommonObject
{
global $conf, $langs, $hookmanager;
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$nbrowsaffected = 0;
$error = 0;