Fix PhanPluginSuspiciousParamPosition by renaming arg (local assign)

This commit is contained in:
MDW
2024-03-12 19:50:17 +01:00
parent e90ce779cc
commit 5d77c88282

View File

@@ -103,9 +103,9 @@ if ($action == 'delete') {
$linkback = '';
$morehtmlref = '';
$morehtmlright = '';
$morehtmlstatus = '';
dol_banner_tab($payment, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
dol_banner_tab($payment, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlstatus);
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';