mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Merge pull request #21878 from dolibit-ut/patch-424
Update document.php
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user