Fix #21761 Remove dopple +1 on $ranktouse.

This commit is contained in:
Christian Humpel 2022-08-16 22:25:52 +02:00
parent bdb06ae9b5
commit 29df21d768

View File

@ -194,7 +194,7 @@ if (empty($reshook)) {
$rangmax = $object->line_max(0);
$ranktouse = $rangmax + 1;
$bomline->position = ($ranktouse + 1);
$bomline->position = $ranktouse;
$result = $bomline->create($user);
if ($result <= 0) {