From 5346135a0cf430335825e4a3e00a158ae5927d58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Aug 2019 17:12:17 +0200 Subject: [PATCH] Fix removed duplicate load --- htdocs/core/website.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php index 138f96fc7f3..4114fff00b7 100644 --- a/htdocs/core/website.inc.php +++ b/htdocs/core/website.inc.php @@ -93,6 +93,3 @@ if ($_SERVER['PHP_SELF'] != DOL_URL_ROOT.'/website/index.php') // If we browsing } } } - -// Load websitepage class -include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';