mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix phan
This commit is contained in:
parent
686c60e0bc
commit
7b779967e8
|
|
@ -326,7 +326,7 @@ if ($modulepart == 'barcode') {
|
|||
$vcffile = '';
|
||||
if ($reg[1] == 'user') {
|
||||
$vcffile = $conf->user->dir_temp.'/'.$code;
|
||||
} elseif ($reg[1] == 'user') {
|
||||
} elseif ($reg[1] == 'contact') {
|
||||
$vcffile = $conf->contact->dir_temp.'/'.$code;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user