Fix missing global
This commit is contained in:
parent
d4daf8b9ce
commit
2668efa132
@ -2704,6 +2704,7 @@ if (!function_exists("llxFooter"))
|
|||||||
global $conf, $db, $langs, $user, $mysoc, $object;
|
global $conf, $db, $langs, $user, $mysoc, $object;
|
||||||
global $delayedhtmlcontent;
|
global $delayedhtmlcontent;
|
||||||
global $contextpage, $page, $limit;
|
global $contextpage, $page, $limit;
|
||||||
|
global $dolibarr_distrib;
|
||||||
|
|
||||||
$ext = 'layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
|
$ext = 'layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user