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