fix preview with size
This commit is contained in:
parent
16709fdae0
commit
fde6005cbf
|
|
@ -163,7 +163,7 @@ class TextureController extends BaseController
|
||||||
|
|
||||||
public function previewWithSize($size, $tid)
|
public function previewWithSize($size, $tid)
|
||||||
{
|
{
|
||||||
$this->preview($tid, $size);
|
return $this->preview($tid, $size);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function raw($tid) {
|
public function raw($tid) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user