Valentin CARRUESCO 5 년 전
부모
커밋
9244257573
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin/hackpoint/Sketch.class.php
  2. BIN
      plugin/hackpoint/img/default-sketch.jpg
  3. BIN
      plugin/hackpoint/img/default-sketch.png

+ 1 - 1
plugin/hackpoint/Sketch.class.php

@@ -26,7 +26,7 @@ class Sketch extends Entity{
 		if(!file_exists($folder)) mkdir($folder,0755,true);
 		$picture = $folder.SLASH.'cover.jpg';
 		if(!file_exists($picture)){
-			copy(__DIR__.SLASH.'img'.SLASH.'default-sketch.png',$picture);
+			copy(__DIR__.SLASH.'img'.SLASH.'default-sketch.jpg',$picture);
 		}
 		return 'action.php?action=hackpoint_download_file&file='.base64_encode('sketch'.SLASH.$this->id.SLASH.'cover.jpg');
 	}

BIN
plugin/hackpoint/img/default-sketch.jpg


BIN
plugin/hackpoint/img/default-sketch.png