Fix: move class to class directory
This commit is contained in:
parent
752b5900eb
commit
f6ed710056
@ -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$
|
||||
|
||||
@ -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");
|
||||
|
||||
|
||||
@ -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"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user