forked from Wavyzz/dolibarr
Fix $action not defined
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user