Merge pull request #10109 from atm-maxime/fix_dupl_code

Fix #9070
This commit is contained in:
Juanjo Menent 2018-11-30 23:57:32 +01:00 committed by GitHub
commit 859d6c4401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,7 +491,6 @@ if (! $error && $db->connected && $action == "set")
'thirdparties' => 'thirdparty',
'usergroups' => 'usergroups',
'users' => 'user',
'usergroups' => 'usergroups',
);
foreach($docs as $cursordir => $cursorfile)
{