2
0
forked from Wavyzz/dolibarr

Debug webportal module

This commit is contained in:
Laurent Destailleur
2024-01-27 17:23:03 +01:00
parent f9de28a9e9
commit 25a91c63cf
15 changed files with 186 additions and 160 deletions

View File

@@ -161,7 +161,7 @@ class FormCardWebPortal
dol_include_once('/webportal/class/webportal' . $elementEn . '.class.php');
// Load translation files required by the page
$langs->loadLangs(array('webportal@webportal', 'other'));
$langs->loadLangs(array('website', 'other'));
// Get parameters
//$id = $id > 0 ? $id : GETPOST('id', 'int');