Merge pull request #16637 from frederic34/patch-4

force check if newref needed if project create fail
This commit is contained in:
Laurent Destailleur 2021-03-15 11:31:07 +01:00 committed by GitHub
commit d905d92434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ if (empty($reshook))
else
{
$db->rollback();
unset($_POST["ref"]);
$action = 'create';
}
}