浏览代码

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);