Fix: move core class to core directory

This commit is contained in:
Regis Houssin 2010-03-23 08:58:15 +00:00
parent f51a1f6bbd
commit 25b12337e9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/menu.class.php
* \file htdocs/core/menu.class.php
* \brief Fichier de la classe de gestion du menu gauche
* \version $Id$
*/

View File

@ -186,7 +186,7 @@ if ($conf->file->main_force_https)
// Chargement des includes complementaires de presentation
if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/menu.class.php"); // Need 10ko memory (11ko in 2.2)
if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/core/menu.class.php"); // Need 10ko memory (11ko in 2.2)
if (! defined('NOREQUIREHTML')) require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php"); // Need 660ko memory (800ko in 2.2)
if (! defined('NOREQUIREAJAX') && $conf->use_javascript_ajax) require_once(DOL_DOCUMENT_ROOT.'/lib/ajax.lib.php'); // Need 22ko memory
//stopwithmem();