Skip to content
Snippets Groups Projects
Commit 539c432e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Wrong path

parent 77851b96
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ function printBookmarksList ($aDb, $aLangs)
$db = $aDb;
$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;
$bookm = new Bookmark($db);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment