forked from GithubBackups/vichan
patched bug/issue #24
This commit is contained in:
parent
49ef737599
commit
3b62f7aa20
@ -163,7 +163,8 @@
|
||||
return $this->image->destroy();
|
||||
}
|
||||
public function resize() {
|
||||
$this->image = $this->original;
|
||||
$this->image = $this->original->clone();
|
||||
|
||||
$this->image->scaleImage($this->width, $this->height, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user