Fix: Missing language file for user export when the module members is on
This commit is contained in:
parent
8c63d68083
commit
c442ff0d2b
@ -68,7 +68,7 @@ class modUser extends DolibarrModules
|
||||
// Dependancies
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
$this->langfiles = array("main","users","companies");
|
||||
$this->langfiles = array("main","users","companies","members");
|
||||
|
||||
// Constants
|
||||
$this->const = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user