소스 검색

Regression -a bug was hidden by the issue solved in revision [2356] !

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

+ 1 - 1
setup/setuputils.class.inc.php

@@ -918,7 +918,7 @@ EOF
 			}
 	
 			$sFilePath = $sDir.'/'.$sFile;
-			if (is_file($sFilePath) && preg_match('/^.+\.dict.*\.php$/i', $sFilePath, $aMatches))
+			if (is_file($sFilePath) && preg_match('/^.*dict.*\.php$/i', $sFilePath, $aMatches))
 			{
 				require_once($sFilePath);
 			}