Valentin CARRUESCO 5 年之前
父節點
當前提交
9244257573
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/hackpoint/Sketch.class.php
  2. 二進制
      plugin/hackpoint/img/default-sketch.jpg
  3. 二進制
      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');
 	}

二進制
plugin/hackpoint/img/default-sketch.jpg


二進制
plugin/hackpoint/img/default-sketch.png