전콘 적용 버그 수정

갱신정보 제대로 안보이는 문제 수정
분쟁 정보 제대로 안보이는 문제 수정
This commit is contained in:
2018-04-14 00:15:54 +09:00
parent 253a953dfe
commit 67fef4b73d
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ if(!is_uploaded_file($image['tmp_name'])) {
while(true){
$newPicName = dechex(rand(0x000000f,0xfffffff)).$newExt;
$dest = AppConf::getUserIconPathFS().$newPicName;
$dest = AppConf::getUserIconPathFS().'/'.$newPicName;
if(file_exists($dest)){
continue;
}