소스 검색

- bug fix, found thanks to Eclipse syntax checking !

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

+ 1 - 1
application/utils.inc.php

@@ -51,7 +51,7 @@ class utils
 					        $sMimeType = $sType;
 					   }
 					}
-					@finfo_close($finfo);
+					@finfo_close($rInfo);
 				}
 				$oDocument = new ormDocument($doc_content, $sMimeType, $_FILES[$sName]['name']);
 				break;