Merge pull request #21880 from dolibit-ut/patch-426

Update list.php
This commit is contained in:
Laurent Destailleur 2022-08-25 12:11:42 +02:00 committed by GitHub
commit 9785041b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ if (!empty($conf->project->enabled)) {
}
// Load translation files required by the page
$langs->loadLangs(array("companies", "donations"));
$langs->loadLangs(array('companies', 'donations'));
$contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'sclist';