Taking account remark on pull request da17302
This commit is contained in:
parent
da17302349
commit
c29602382d
@ -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
|
||||||
*/
|
*/
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user