Remove unnecessary/redundant check

This commit is contained in:
i92guboj
2017-02-05 21:30:17 +01:00
parent 72e1158847
commit 7222df3551

View File

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