2
0
forked from Wavyzz/dolibarr

Fix $action not defined

This commit is contained in:
Laurent Destailleur
2021-11-07 17:49:31 +01:00
parent 5613ec71d6
commit eaf2c6e89c

View File

@@ -1845,7 +1845,7 @@ function dol_get_fiche_end($notab = 0)
*/
function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldid = 'rowid', $fieldref = 'ref', $morehtmlref = '', $moreparam = '', $nodbprefix = 0, $morehtmlleft = '', $morehtmlstatus = '', $onlybanner = 0, $morehtmlright = '')
{
global $conf, $form, $user, $langs, $hookmanager;
global $conf, $form, $user, $langs, $hookmanager, $action;
$error = 0;