From eaf654ed32b3e5a1bbca65f206f1d3402eb1e120 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 9 Apr 2010 08:44:08 +0000 Subject: [PATCH] Fix: class not found --- htdocs/fourn/commande/index.php | 2 +- htdocs/fourn/commande/liste.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index def3eceabca..59208eb2b07 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -26,8 +26,8 @@ */ require("../../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); +require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php"); // Security check $orderid = isset($_GET["orderid"])?$_GET["orderid"]:''; diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index ac410f96fc8..bb10d6686bb 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -1,7 +1,7 @@ * Copyright (C) 2004-2010 Laurent Destailleur - * Copyright (C) 2005-2009 Regis Houssin + * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by