Fix bad position of lang loading

This commit is contained in:
Laurent Destailleur 2020-01-01 13:51:14 +01:00
parent bf9f9df50f
commit 3d98863092

View File

@ -118,9 +118,6 @@ class InterfaceStripe
// Data and type of action are stored into $object and $action
global $langs, $db, $conf;
// Load translation files required by the page
$langs->loadLangs(array("members","other","users","mails"));
require_once DOL_DOCUMENT_ROOT.'/stripe/class/stripe.class.php';
$stripe = new Stripe($db);