Fix: Removed unexpected exit
This commit is contained in:
parent
7310c2f461
commit
68005ff43a
@ -120,7 +120,7 @@ class modPhpbarcode extends ModeleBarCode
|
||||
if (! is_array($result))
|
||||
{
|
||||
$this->error=$result;
|
||||
print $this->error;exit;
|
||||
print $this->error;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user