Fix removed duplicate load

This commit is contained in:
Laurent Destailleur 2019-08-12 17:12:17 +02:00
parent 446f0590dc
commit 5346135a0c

View File

@ -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';