Merge pull request #21878 from dolibit-ut/patch-424

Update document.php
This commit is contained in:
Laurent Destailleur 2022-08-25 12:12:34 +02:00 committed by GitHub
commit 32493a1910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ if (!empty($conf->project->enabled)) {
}
// Load translation files required by the page
$langs->loadLangs(array("companies", "other", "donations"));
$langs->loadLangs(array('companies', 'other', 'donations'));
$id = GETPOST('id', 'int');
$ref = GETPOST('ref', 'alpha');