mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
Fix phan
This commit is contained in:
@@ -2603,7 +2603,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($displaytab == 0) {
|
if ($displaytab == 0) {
|
||||||
$out .= img_picto($title, ($noprefix ? '' : 'object_').$picto, '', $pictoisfullpath, 0, 0, '', 'imgTabTitle paddingright').' ';
|
$out .= img_picto($title, $picto, '', $pictoisfullpath, 0, 0, '', 'imgTabTitle paddingright').' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
$out .= $links[$i][1];
|
$out .= $links[$i][1];
|
||||||
|
|||||||
Reference in New Issue
Block a user