diff --git a/htdocs/don/list.php b/htdocs/don/list.php index 891f7e6877b..68f8ab0bbea 100644 --- a/htdocs/don/list.php +++ b/htdocs/don/list.php @@ -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';