2
0
forked from Wavyzz/dolibarr

Fix: Removed warning

This commit is contained in:
Laurent Destailleur
2011-04-30 01:18:26 +00:00
parent 826a35c1ba
commit e498b086bd

View File

@@ -471,7 +471,7 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0)
* @param notab 0=Add tab header, 1=no tab header
* @param picto Add a picto on tab title
*/
function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='')
function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto='')
{
print "\n".'<div class="tabs">'."\n";