Fix PhanPluginSuspiciousParamPosition by renaming arg (local assign)

This commit is contained in:
MDW 2024-03-12 19:50:16 +01:00
parent cbd42a7906
commit e90ce779cc
No known key found for this signature in database

View File

@ -258,7 +258,7 @@ if (empty($reshook)) {
$form = new Form($db);
$formproject = new FormProjets($db);
$morehtmlright = '';
$morehtmlstatus = '';
$outputlangs = $langs;
if (isModEnabled('accounting')) {
$formaccounting = new FormAccounting($db);
@ -474,7 +474,7 @@ if ($id > 0) {
$object->totalpaid = $totalpaid; // To give a chance to dol_banner_tab to use already paid amount to show correct status
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlstatus);
print '<div class="fichecenter">';
print '<div class="fichehalfleft">';