Merge pull request #16455 from frederic34/patch-3

really fix typo
This commit is contained in:
Laurent Destailleur 2021-02-26 13:05:02 +01:00 committed by GitHub
commit 9c6a6baec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
// Load translation files required by the page
$langs->load('projects', 'enventorganization');
$langs->load('projects', 'eventorganization');
$action = GETPOST('action', 'aZ09');
$id = GETPOST('id', 'int');