forked from leftypol/leftypol
patched bug/issue #24
This commit is contained in:
parent
0c41f53e62
commit
8b4f3c3754
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue