Skip to content
Snippets Groups Projects
Commit 455edddd authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: missing tabs

parent 35bf62a3
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,6 @@ function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto
}
// Define max of key (max may be higher than sizeof becaus of hole due to module disabling some tabs).
$links=array();
$keys=array_keys($links);
if (sizeof($keys)) $maxkey=max($keys);
else $maxkey=-1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment