mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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 $delayedhtmlcontent;
|
||||
global $contextpage, $page, $limit;
|
||||
global $dolibarr_distrib;
|
||||
|
||||
$ext = 'layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user