Fix: Removed unexpected exit

This commit is contained in:
Laurent Destailleur
2011-10-26 12:54:14 +02:00
parent 7310c2f461
commit 68005ff43a

View File

@@ -120,7 +120,7 @@ class modPhpbarcode extends ModeleBarCode
if (! is_array($result))
{
$this->error=$result;
print $this->error;exit;
print $this->error;
return -1;
}