fix preview with size

This commit is contained in:
printempw 2016-09-03 21:04:34 +08:00
parent 16709fdae0
commit fde6005cbf

View File

@ -163,7 +163,7 @@ class TextureController extends BaseController
public function previewWithSize($size, $tid)
{
$this->preview($tid, $size);
return $this->preview($tid, $size);
}
public function raw($tid) {