diff --git a/htdocs/don/document.php b/htdocs/don/document.php index 030ca5cb085..1bb371c7812 100644 --- a/htdocs/don/document.php +++ b/htdocs/don/document.php @@ -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');