소스 검색

The fix was already done by Romain in another file

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@445 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
3819545970
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/metamodel.class.php

+ 0 - 1
core/metamodel.class.php

@@ -2937,7 +2937,6 @@ abstract class MetaModel
 
 		// Note: load the dictionary as soon as possible, because it might be
 		//       needed when some error occur
-		require_once('../core/dict.class.inc.php');
 		foreach ($oConfig->GetDictionaries() as $sModule => $sToInclude)
 		{
 			self::Plugin($sConfigFile, 'dictionaries', $sToInclude);