Fix: Missing language file for user export when the module members is on

This commit is contained in:
aspangaro 2016-08-10 14:29:19 +02:00
parent 8c63d68083
commit c442ff0d2b

View File

@ -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();