diff --git a/htdocs/bookmarks/class/bookmark.class.php b/htdocs/bookmarks/class/bookmark.class.php index 778103d90a2..5fb51e53ede 100644 --- a/htdocs/bookmarks/class/bookmark.class.php +++ b/htdocs/bookmarks/class/bookmark.class.php @@ -17,7 +17,7 @@ */ /** - \file htdocs/bookmarks/bookmark.class.php + \file htdocs/bookmarks/class/bookmark.class.php \ingroup bookmark \brief File the bookmark class \version $Id$ diff --git a/htdocs/bookmarks/fiche.php b/htdocs/bookmarks/fiche.php index dad6e4de252..75af2b70dfe 100644 --- a/htdocs/bookmarks/fiche.php +++ b/htdocs/bookmarks/fiche.php @@ -26,7 +26,7 @@ require("../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/bookmarks/bookmark.class.php"); +require_once(DOL_DOCUMENT_ROOT."/bookmarks/class/bookmark.class.php"); $langs->load("other"); diff --git a/htdocs/bookmarks/liste.php b/htdocs/bookmarks/liste.php index 496cacdd327..3cc156a4227 100644 --- a/htdocs/bookmarks/liste.php +++ b/htdocs/bookmarks/liste.php @@ -24,7 +24,7 @@ */ require("../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/bookmarks/bookmark.class.php"); +require_once(DOL_DOCUMENT_ROOT."/bookmarks/class/bookmark.class.php"); $page=$_GET["page"];