fix: better global declaration
This commit is contained in:
parent
7fe9784ddb
commit
d5665e220e
@ -31,7 +31,7 @@ function printDropdownBookmarksList()
|
|||||||
{
|
{
|
||||||
global $conf, $user, $db, $langs, $sortfield, $sortorder;
|
global $conf, $user, $db, $langs, $sortfield, $sortorder;
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/boo, kmarks/class/bookmark.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/bookmarks/class/bookmark.class.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php';
|
||||||
|
|
||||||
$langs->load("bookmarks");
|
$langs->load("bookmarks");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user