From c442ff0d2b634d43a4871f93b7b6d5de3b91afb9 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Wed, 10 Aug 2016 14:29:19 +0200 Subject: [PATCH] Fix: Missing language file for user export when the module members is on --- htdocs/core/modules/modUser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modUser.class.php b/htdocs/core/modules/modUser.class.php index 48de5a48a6c..759b68555b7 100644 --- a/htdocs/core/modules/modUser.class.php +++ b/htdocs/core/modules/modUser.class.php @@ -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();