From c29602382d85c0c8c2e1630032b7c321cd1df84f Mon Sep 17 00:00:00 2001 From: fhenry Date: Mon, 4 Mar 2013 16:59:39 +0100 Subject: [PATCH] Taking account remark on pull request da17302 --- htdocs/admin/{ECM.php => ecm.php} | 2 +- htdocs/core/modules/modECM.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename htdocs/admin/{ECM.php => ecm.php} (98%) diff --git a/htdocs/admin/ECM.php b/htdocs/admin/ecm.php similarity index 98% rename from htdocs/admin/ECM.php rename to htdocs/admin/ecm.php index 7282d87044c..908b36dbabb 100644 --- a/htdocs/admin/ECM.php +++ b/htdocs/admin/ecm.php @@ -16,7 +16,7 @@ */ /** - * \file htdocs/admin/ECM.php + * \file htdocs/admin/ecm.php * \ingroup core * \brief Page to setup ECM (GED) module */ diff --git a/htdocs/core/modules/modECM.class.php b/htdocs/core/modules/modECM.class.php index 1b463bccd66..4822479e95f 100644 --- a/htdocs/core/modules/modECM.class.php +++ b/htdocs/core/modules/modECM.class.php @@ -65,7 +65,7 @@ class modECM extends DolibarrModules $this->dirs = array("/ecm/temp"); // 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 $this->depends = array(); // List of modules id that must be enabled if this module is enabled