mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-14 02:33:56 -04:00
Remove unnecessary/redundant check
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user