Fix: MIssing language file for category members export

This commit is contained in:
aspangaro 2016-08-10 14:39:51 +02:00
parent b5771ebbfc
commit 8028b77966

View File

@ -65,7 +65,7 @@ class modCategorie extends DolibarrModules
// Config pages
$this->config_page_url = array('categorie.php@categories');
$this->langfiles = array("products","companies","categories");
$this->langfiles = array("products","companies","categories","members");
// Constants
$this->const = array();