diff --git a/application/controllers/Items.php b/application/controllers/Items.php index f4ba0fb65..ed93a29d5 100644 --- a/application/controllers/Items.php +++ b/application/controllers/Items.php @@ -75,12 +75,6 @@ class Items extends Secure_Controller public function pic_thumb($pic_filename) { - if($pic_filename=='') - { - // nothing to do here - return; - } - $this->load->helper('file'); $this->load->library('image_lib');