fix: better global declaration

This commit is contained in:
Florian HENRY 2022-09-03 13:00:24 +02:00
parent 7fe9784ddb
commit d5665e220e

View File

@ -31,7 +31,7 @@ function printDropdownBookmarksList()
{
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';
$langs->load("bookmarks");