Taking account remark on pull request da17302

This commit is contained in:
fhenry 2013-03-04 16:59:39 +01:00
parent da17302349
commit c29602382d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* \file htdocs/admin/ECM.php * \file htdocs/admin/ecm.php
* \ingroup core * \ingroup core
* \brief Page to setup ECM (GED) module * \brief Page to setup ECM (GED) module
*/ */

View File

@ -65,7 +65,7 @@ class modECM extends DolibarrModules
$this->dirs = array("/ecm/temp"); $this->dirs = array("/ecm/temp");
// Config pages. Put here list of php page names stored in admmin directory used to setup module // Config pages. Put here list of php page names stored in admmin directory used to setup module
$this->config_page_url = array('ECM.php'); $this->config_page_url = array('ecm.php');
// Dependencies // Dependencies
$this->depends = array(); // List of modules id that must be enabled if this module is enabled $this->depends = array(); // List of modules id that must be enabled if this module is enabled