Remade config[redraw_image]

This commit is contained in:
Michael Save 2012-03-10 20:53:41 +11:00
parent 306a7f0e36
commit de17bdb317
2 changed files with 12 additions and 3 deletions

View file

@ -69,6 +69,10 @@
return $thumb;
}
public function to($dst) {
$this->image->to($dst);
}
public function delete() {
file_unlink($this->src);
}