Update list.php

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