mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-17 10:24:25 +01:00
Fix: Removed unexpected exit
This commit is contained in:
@@ -120,7 +120,7 @@ class modPhpbarcode extends ModeleBarCode
|
||||
if (! is_array($result))
|
||||
{
|
||||
$this->error=$result;
|
||||
print $this->error;exit;
|
||||
print $this->error;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user