patched bug/issue #24

This commit is contained in:
Savetheinternet 2011-07-28 20:25:06 +10:00
parent 0c41f53e62
commit 8b4f3c3754

View File

@ -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);
}
}