From f6ed7100561c4e0a9579d4fd74958824006ce816 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 28 Apr 2010 14:48:36 +0000 Subject: [PATCH] Fix: move class to class directory --- htdocs/bookmarks/class/bookmark.class.php | 2 +- htdocs/bookmarks/fiche.php | 2 +- htdocs/bookmarks/liste.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"];