소스 검색

Fix module number already used

Mathieu Moulin 1 년 전
부모
커밋
99726e3202
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/modules/modMMIRedmine.class.php

+ 1 - 1
core/modules/modMMIRedmine.class.php

@@ -45,7 +45,7 @@ class modMMIRedmine extends DolibarrModules
 
 		// Id for module (must be unique).
 		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
-		$this->numero = 437819; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
+		$this->numero = 437820; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
 
 		// Key text used to identify module (for permissions, menus, etc...)
 		$this->rights_class = 'mmiredmine';