#405 이미지 메모리 체크에서 항상 false를 반환하는 문제수정

This commit is contained in:
conory 2016-03-25 19:32:48 +09:00
parent c17e4c161c
commit 032f399d35

View file

@ -476,7 +476,7 @@ class FileHandler
{
return false;
}
return false;
return true;
}
/**