소스 검색

Regression introduced with the capability to disable mandatory ext keys (defaults to true)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3024 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 년 전
부모
커밋
aa6728d567
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/config.class.inc.php

+ 2 - 2
core/config.class.inc.php

@@ -150,8 +150,8 @@ class Config
 		'disable_mandatory_ext_keys' => array(
 			'type' => 'bool',
 			'description' => 'For developpers: allow every external keys to be undefined',
-			'default' => true,
-			'value' => true,
+			'default' => false,
+			'value' => false,
 			'source_of_value' => '',
 			'show_in_conf_sample' => false,
 		),