Fix: Wrong path

This commit is contained in:
Laurent Destailleur 2010-04-27 08:44:54 +00:00
parent 77851b96e4
commit 539c432e91

View File

@ -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);