Fix lang
This commit is contained in:
parent
04a922b5f4
commit
ac5b16fd01
@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
|||||||
$servicename = 'PayPal';
|
$servicename = 'PayPal';
|
||||||
|
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array('admin', 'other', 'paypal', 'paybox'));
|
$langs->loadLangs(array('admin', 'other', 'paypal', 'paybox', 'stripe'));
|
||||||
|
|
||||||
if (!$user->admin) {
|
if (!$user->admin) {
|
||||||
accessforbidden();
|
accessforbidden();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user