Merge pull request #21878 from dolibit-ut/patch-424
Update document.php
This commit is contained in:
commit
32493a1910
@ -40,7 +40,7 @@ if (!empty($conf->project->enabled)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array("companies", "other", "donations"));
|
$langs->loadLangs(array('companies', 'other', 'donations'));
|
||||||
|
|
||||||
$id = GETPOST('id', 'int');
|
$id = GETPOST('id', 'int');
|
||||||
$ref = GETPOST('ref', 'alpha');
|
$ref = GETPOST('ref', 'alpha');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user