Fix missing global

This commit is contained in:
Laurent Destailleur 2020-10-30 12:44:29 +01:00
parent d4daf8b9ce
commit 2668efa132

View File

@ -2704,6 +2704,7 @@ if (!function_exists("llxFooter"))
global $conf, $db, $langs, $user, $mysoc, $object;
global $delayedhtmlcontent;
global $contextpage, $page, $limit;
global $dolibarr_distrib;
$ext = 'layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);