1
0
Fork 0

Fix a bug where the image thumbnail was not being created.

This commit is contained in:
Andrew Tomaka 2011-11-08 14:34:16 -05:00
parent af1b85e36f
commit ceb54c28f7
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Upload extends CI_Controller {
);
$this->load->library('image_lib',$config);
$this->image_lib->resize();
$message = array('type'=>'success','status'=>'Uploaded successfully', 'file'=>base_url($file_name));
}