Skip to content

Commit

Permalink
#14 [Trad] add: admin trad
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Mar 15, 2023
1 parent d337cf0 commit f6a7b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
global $db, $langs, $user;

// Load translation files required by the page
saturne_load_langs();
saturne_load_langs(['admin']);

// Initialize technical objects
$modEasyCRM = new modEasyCRM($db);
Expand Down
2 changes: 1 addition & 1 deletion admin/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
global $conf, $db, $langs, $user;

// Load translation files required by the page
saturne_load_langs(['categories']);
saturne_load_langs(['admin', 'categories']);

// Get parameters
$action = GETPOST('action', 'alpha');
Expand Down
2 changes: 1 addition & 1 deletion core/modules/modEasyCRM.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function __construct($db)
$this->langfiles = ['easycrm@easycrm'];

// Prerequisites
$this->phpmin = [7, 0]; // Minimum version of PHP required by module
$this->phpmin = [7, 4]; // Minimum version of PHP required by module
$this->need_dolibarr_version = [15, 0]; // Minimum version of Dolibarr required by module

// Messages at activation
Expand Down

0 comments on commit f6a7b50

Please sign in to comment.