Fix: Wrong path
This commit is contained in:
parent
77851b96e4
commit
539c432e91
@ -37,7 +37,7 @@ function printBookmarksList ($aDb, $aLangs)
|
|||||||
$db = $aDb;
|
$db = $aDb;
|
||||||
$langs = $aLangs;
|
$langs = $aLangs;
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT."/bookmarks/bookmark.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/bookmarks/class/bookmark.class.php");
|
||||||
if (! isset($conf->global->BOOKMARKS_SHOW_IN_MENU)) $conf->global->BOOKMARKS_SHOW_IN_MENU=5;
|
if (! isset($conf->global->BOOKMARKS_SHOW_IN_MENU)) $conf->global->BOOKMARKS_SHOW_IN_MENU=5;
|
||||||
|
|
||||||
$bookm = new Bookmark($db);
|
$bookm = new Bookmark($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user