Fix: Pb with tabs url
This commit is contained in:
parent
f016acac45
commit
55824688de
@ -3777,7 +3777,7 @@ function complete_head_from_modules($conf,$langs,$object,&$head,&$h,$type,$mode=
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sizeof($values) == 5) // new declaration
|
else if (sizeof($values) == 5) // new declaration
|
||||||
{
|
{
|
||||||
if ($values[0] != $type) continue;
|
if ($values[0] != $type) continue;
|
||||||
if ($values[3]) $langs->load($values[3]);
|
if ($values[3]) $langs->load($values[3]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user