Update document.php

This commit is contained in:
UT from dolibit 2022-08-24 23:18:56 +02:00 committed by GitHub
parent eb3a7b6ead
commit 6d3dca90b4
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');