mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix PhanPluginSuspiciousParamPosition by renaming arg (local assign)
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user